create_course | R Documentation |
Create a new course
create_course(owner_id = get_owner_id()$id, name = NULL)
owner_id |
The ownerId to use to create the course. Will attempt to retrieve ownerId based on credentials with get_owner_id() |
name |
Name of the new course. Required. |
## Not run:
owner_id <- get_owner_id()
course_df <- create_course(owner_id, name = "New course")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.