Get list of courses
Usage
get_course_list(owner_id = get_owner_id()$id)
Examples
if (FALSE) {
owner_id <- get_owner_id()
course_df <- get_course_list(owner_id)
}
Get list of courses
get_course_list(owner_id = get_owner_id()$id)
if (FALSE) {
owner_id <- get_owner_id()
course_df <- get_course_list(owner_id)
}