Description Usage Arguments Examples
View source: R/fetch_src_ids.R
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.
1 | fetch_src_ids(year, submission = c("Fall", "Spring", "EOY"), include_pk = TRUE)
|
year |
Year to get ids from |
submission |
SRC submission to pull from. Options are "Fall," "Spring," or "EOY" |
include_pk |
logical. Include PK students? |
1 2 3 4 | ## Not run:
fetch_src_ids(2018, submission = "Fall")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.