library(devtools)
document()
install(dependencies = FALSE)
library(NYEdData)
ls('package:NYEdData')
data(package = 'NYEdData')
data("districts_enrollment")
data("schools_enrollment")
# Build data files
tools::resaveRdaFiles('data/')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.