View source: R/EnrollmentFunctions.R
| listEnrollments | R Documentation | 
This function returns a list of enrollments for a course past and present.
listEnrollments( realm, realm_id, uid = NULL, enrollment_status = NULL, type = NULL, picture_size = NULL )
| realm | One of 'schools', 'buildings', 'users', 'groups', 'courses', or 'sections'. | 
| realm_id | The id of the realm object. | 
| uid | Filter enrollments for a given user. | 
| enrollment_status | Filter enrollments for a given enrollment status 1-5. | 
| type | Filter enrollments by an enrollment type. Possible values: 'admin' or 'member'. | 
| picture_size | Specify size of profile picture returned with this user. Possible values: 'big', 'reg', 'sm', or 'tiny'. | 
A enrollment is specific user assigned to the realm object.
A dataframe of enrollment details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.