get_course_list(user_id = NULL, include = NULL)

Arguments

user_id

Optional argument to specify courses for specific user id

include

Optional argument to specify additional information such as "teachers", "total_students", etc.

Value

data frame

Examples

#' get_course_list() #' get_course_list(user_id = 366) #' get_course_list(include = c("teachers", "total_students"))