Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.06 KB

roosdorp

The purpose of the package roosdorp is to compile a set of useful functions that do not get everyday use. The main example is to provide a function to make it easy to create hundreds or thousands of Rmd-reports together with a progress bar. And which also utilizes parallelization (if possible, otherwise falls back on serialization) using the parallel package.

Installation

You can install the development version of roosdorp from GitHub with:

# install.packages("devtools")
devtools::install_github("thoroo/roosdorp")

Example

This is a basic example which shows you how to solve a common problem:

library(roosdorp)

# generate_report(mtcars, car, template)
# generate_example()

Note

Rendering markdown files on a network drive will cause issues, as per: rstudio/rmarkdown#1268 A solution to this is keeping the project and output folders on a hard drive.