fetch_src_ids: Fetch Student Ids from a Given SRC Submission

Description Usage Arguments Examples

View source: R/fetch_src_ids.R

Description

This function fetches the CCPS student IDs for all students represented in a given SRC submission. The 'year' and 'submission' arguments allow users to choose which SRC data to pull from.

Usage

1
fetch_src_ids(year, submission = c("Fall", "Spring", "EOY"), include_pk = TRUE)

Arguments

year

Year to get ids from

submission

SRC submission to pull from. Options are "Fall," "Spring," or "EOY"

include_pk

logical. Include PK students?

Examples

1
2
3
4
## Not run: 
fetch_src_ids(2018, submission = "Fall")

## End(Not run)

ekholme-ccps/ccpsr documentation built on Aug. 17, 2021, 10:01 p.m.