link_canvas | R Documentation |
Establish a connection with the Canvas Instructure LMS API. Doing so allows for automatic updates to the Canvas course. This only needs to be performed once.
link_canvas(token_path, course_id, API_URL)
token_path |
Path to where the Canvas API token number is stored. This should be stored in a file of type '.txt'. The Canvas token can be obtained in Settings > Approved Integrations > New Access Token. |
course_id |
Canvas course number as an integer. |
API_URL |
URL for Canvas API |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.