Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

viewxl

An addin to view data.frame in Excel

Travis-CI Build Status Project Status: Active – The project has reached a stable, usable state and is being actively developed.

An addin to interactively export data.frame from global environment into Excel with writexl.

To try it, run :

# with remotes
remotes::install_github("dreamRs/viewxl")

# or with install-github.me service (based on remotes)
source("https://install-github.me/dreamRs/viewxl")

# or with devtools:
devtools::install_github("dreamRs/viewxl")

Then launch the addin via the RStudio menu.

If you have selected a data.frame in your script, then this data.frameis open in Excel. Otherwise a window will appear :

  • select a data.frame then launch the addin, 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 :

About

'RStudio' addin to open data.frame(s) in Excel

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.