An addin to interactively export
data.framefrom global environment into Excel withwritexl.
Install from GitHub with:
remotes::install_github("dreamRs/viewxl")- Select a
data.framethen launch the addin via RStudio addins menu or with shortcut, the selecteddata.framewill be open in Excel directly:
- If no selection is made, a Shiny gadget is launched to select
data.frameto open:
- Or use in console with:
viewxl::view_in_xl(mtcars)
