get_course_list | R Documentation |
Function to list all courses.
get_course_list(user_id = NULL, include = NULL)
user_id |
Optional argument to specify courses for specific user id |
include |
Optional argument to specify additional information such as "teachers", "total_students", etc. |
data frame
#' get_course_list()
#' get_course_list(user_id = 366)
#' get_course_list(include = c("teachers", "total_students"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.