get_cte: get_cte

Description Usage Arguments Details Value Examples

Description

get_cte returns a data frame of accountability career annd techinical education data from the Nevada Report Card (NRC) API given a numeric vector of NRC organization ids.

Usage

1
get_cte(org_ids, spring_years = 2008:2018)

Arguments

org_ids

A numeric vector of NRC organization ids. You can look them up for a school or district by using get_org_id(name). These can be viewed by looking at the nrc_orgs data frame that comes with the nrc package.

spring_years

a numeric vector of spring school years. For example, 2016 would be submitted for the 2015-2016 school year and 2015:2016 would be provided to get both the 2014-2015 and 2015-2016 school years.

Details

All of the data that can be pulled by this function is already available in a data frame 'nrc_cte' that comes with the nrc package; View(nrc_cte). This function was used to create that data frame.

Value

returns a data frame of accountability cte data.

Examples

1
all_nde_cte <- get_cte(nrc_orgs$id)

DataInsightPartners/nevadaReportCardr documentation built on May 7, 2019, 2:53 a.m.