submit_file_upload_assignment | R Documentation |
Upload a file to an assignment and submit it
submit_file_upload_assignment(
course_id,
assignment_id,
user_id,
file_name,
parent_folder_id = NULL,
parent_folder_path = "/",
on_duplicate = "overwrite"
)
course_id |
Course ID |
assignment_id |
Assignment ID |
user_id |
User ID |
file_name |
Name of file to be submitted |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.