Skip to contents

Get list of courses

Usage

get_course_list(owner_id = get_owner_id()$id)

Arguments

owner_id

owner_id to retrieve course listings from

Value

Data frame of course metadata.

Examples

if (FALSE) {
owner_id <- get_owner_id()
course_df <- get_course_list(owner_id)
}