get_profile: get_profile

Description Usage Arguments Value Examples

Description

get_profile returns the school profile from the Nevada Report Card (NRC) API given the school's organization id and a spring school year.

Usage

1
get_profile(org_id, spring_year = 2018)

Arguments

org_id

A single NRC organization id. 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_year

a single spring school year. For example, 2016 would be submitted for the 2015-2016 school year

Value

a dataframe of the accountability profile data for the provided entity and school year.

Examples

1
2
3
# Get the 2013-2014 profile for Forbuss ES
forbuss_org_id <- get_org_id('forbuss')$org_id
forbuss_profile <- get_profile(org_id = forbuss_org_id, spring_year = 2014)

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