Awesome
viewxl
<!-- badges: start --> <!-- badges: end -->An addin to interactively export
data.frame
from global environment into Excel withwritexl
.
Installation
Install from GitHub with:
remotes::install_github("dreamRs/viewxl")
Usage
- Select a
data.frame
then launch the addin via RStudio addins menu or with shortcut, the selecteddata.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:
viewxl::view_in_xl(mtcars)