dreamRs / viewxl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

viewxl

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

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check

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 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:
viewxl::view_in_xl(mtcars)

About

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

License:Other


Languages

Language:R 100.0%