Description Usage Arguments Value
Returns a list of groups to which users belong in a course.
1 2 | fetch_groups(course_id, user_ids, shape = "wide", ...,
con = get_session_con())
|
course_id |
A single integer corresponding to a courseid in the database. |
user_ids |
A vector of integers corresponding to userids enrolled in the course specified above. |
shape |
A single string specifying what shape the returned data should
have. |
... |
Potential future args. |
con |
A database connection object, using the session connection by default. |
A tibble with group assignment information. Format depends on
shape
parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.