R/topics.R
get_topic_list.Rd
Get list of topics for a course
get_topic_list(course_id)
ID of the course you wish to retrieve a topic list from
if (FALSE) { course_id <- get_course_list()$courses$id[1] get_topic_list(course_id) }