fetch_subject_demographic_summary | R Documentation |
Returns a summary of basic key demographics breakdown based on a selection of subjects. Currently the key demographics selected by this function are Low SES, Australian Indigenous, Regional and First in Family
fetch_subject_demographic_summary( subject_string, by_session = TRUE, sessions = NULL, include_withdrawn = FALSE, domestic_only = TRUE )
subject_string |
a regex expression used to filter the subjects |
by_session |
if TRUE then returns one row per subject per session |
sessions |
a numeric vector with the sessions that the data should be based on, greedy if left as NULL |
include_withdrawn |
if set to FALSE then students that withdraw are removed from the results |
domestic_only |
if TRUE then only domestic enrolments are used |
a data frame, one row per subject (and per session if by session is TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.