viewxl
An addin to view data.frame in Excel
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.framethen launch the addin, The selecteddata.framewill be open in Excel directly :
- If no selection is made, a Shiny gadget is launched to select
data.frameto open :

