README.md

seamless

Linux/OSX Windows Coverage

This package is meant to provide a more "seamless" experience when using R in a workflow with MS Office and other programs in general. In particular, it is a provides a consistent syntax for reading and writing data to several formats, including the windows/osx clipboards, and sharepoint (read-only) over HTTP.

Note: This is a work in progress.

Installation

Install seamless

Development version:

devtools::install_github("itsdalmo/seamless")

CRAN:

# Not on CRAN yet.

Optional: Powerpoint support

install.packages("ReporteRs")

Note: If you are using osx and see any errors regarding "JavaVM", start your troubleshooting here.

Usage

Read/write data

Excel

Powerpoint

Sharepoint

Piping with %>%

Both Excel and Powerpoint workbooks are mutable objects, which means that to_excel and to_ppt can be used without assigning results. And since both functions also take data as the first argument, they work well with dplyr/tidyr and %>% in general.



itsdalmo/seamless documentation built on May 18, 2019, 7:11 a.m.