View source: R/create_course_datalake.R
create_course_datalake | R Documentation |
This function retrieves data from various endpoints for a specific course in the Canvas LMS API and stores the data as JSON files in a specified storage location.
create_course_datalake(canvas, course_id, storage_location)
canvas |
An object containing the Canvas API key and base URL, obtained through the |
course_id |
The ID of the course for which to create the data lake. |
storage_location |
The path to the storage location where the data files will be saved. |
NULL.
This function retrieves data from various endpoints. Access to certain endpoints may require specific roles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.