knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

donorloader

R-CMD-check

The donorloader package is a space-efficient version of the donordata package. The package

Installation

You can install the development version from GitHub with

# install.packages("devtools")
devtools::install_github("growthcharts/donorloader")

Example

To access all smocc data, use

library(donorloader)
smocc <- load_data(dnr = "smocc")
head(smocc$child, 3)
head(smocc$time, 3)

The donordata and donorloader packages contain unpublished data, so they live in private repositories.



stefvanbuuren/donorloader documentation built on June 30, 2021, 12:15 a.m.