knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The donorloader
package is a space-efficient version of the donordata
package. The package
sysdata.rda
object;load_data()
that consults the internal object;export_as_bds()
function that writes individual data of donordata-format as a JSON file.You can install the development version from GitHub with
# install.packages("devtools") devtools::install_github("growthcharts/donorloader")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.