
Fetch intake enrolments with nested components
Source:R/intake_enrolments.R
selma_intake_enrolments.RdRetrieves enrolments for a specific intake including nested student and component details. Unlike other endpoints, this returns non-paginated nested JSON that is flattened into a tibble.
Arguments
- con
A
selma_connectionobject fromselma_connect(), orNULL(default) to use the stored connection.- intake_id
Integer intake ID to fetch enrolments for.
- .progress
Show progress messages (default
TRUE).
Examples
if (FALSE) { # \dontrun{
selma_connect()
ie <- selma_intake_enrolments(intake_id = 123)
} # }