https://github.com/dreamRs/viewxl
'RStudio' addin to open data.frame(s) in Excel
https://github.com/dreamRs/viewxl
addin excel r rstudio
Last synced: 3 months ago
JSON representation
'RStudio' addin to open data.frame(s) in Excel
- Host: GitHub
- URL: https://github.com/dreamRs/viewxl
- Owner: dreamRs
- License: other
- Created: 2018-01-22T19:57:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T07:57:18.000Z (about 4 years ago)
- Last Synced: 2025-06-12T13:46:26.726Z (4 months ago)
- Topics: addin, excel, r, rstudio
- Language: R
- Homepage:
- Size: 31.3 KB
- Stars: 50
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dreamRs/viewxl - 'RStudio' addin to open data.frame(s) in Excel (R)
README
# viewxl
> An addin to interactively export `data.frame` from global environment into Excel with [`writexl`](https://github.com/ropensci/writexl).
[](http://www.repostatus.org/#active)
[](https://github.com/dreamRs/viewxl/actions)## Installation
Install from GitHub with:
```r
remotes::install_github("dreamRs/viewxl")
```## Usage
* Select a `data.frame` then launch the addin via RStudio addins menu or with shortcut, the selected `data.frame` will be open in Excel directly:

* If no selection is made, a Shiny gadget is launched to select `data.frame` to open:

* Or use in console with:
```r
viewxl::view_in_xl(mtcars)
```