View source: R/get_favorite_courses.R
get_favorite_courses | R Documentation |
Retrieves the data of favorite courses for the authenticated user using the Canvas LMS API.
get_favorite_courses(canvas, exclude_blueprint_courses = NULL)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
exclude_blueprint_courses |
When set, only return courses that are not configured as blueprint courses (optional). |
The dataframe of favorite courses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.