knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of cadoe is to easily download files from the California Department of Education.
You can install the released version of cadoe from GitHub with:
remotes::install_github("ir-sfsu/cadoe")
This is a basic example which shows you how to solve a common problem:
library(cadoe) library(dplyr) enr178 <- get_school_enr_data("2017-18") glimpse(enr178)
suspensions1718 <- get_school_discipline_data("1718", "susp") glimpse(suspensions1718)
ucgrads178 <- get_school_grad_data("2017-18", "UCGradEth") glimpse(ucgrads178)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.