Skip to content

Personal R Package

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

thoroo/roosdorp

Repository files navigation

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.

About

Personal R Package

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages