powered by
Create a new course
create_course(owner_id = get_owner_id()$id, name = NULL)
The ownerId to use to create the course. Will attempt to retrieve ownerId based on credentials with get_owner_id()
Name of the new course. Required.
if (FALSE) { owner_id <- get_owner_id() course_df <- create_course(owner_id, name = "New course") }
Run the code above in your browser using DataLab