create_course_folder | R Documentation |
Create a course folder
create_course_folder(course_id, name, parent_folder_id = NULL)
course_id |
a valid course id |
name |
name of the folder (required) |
parent_folder_id |
The id of the folder to store the file in. If this and parent_folder_path are sent an error will be returned. If neither is given, a default folder will be used. |
invisible
create_course_folder(34232, name = "activities")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.