View source: R/list_all_enrollment_terms.R
list_all_enrollment_terms | R Documentation |
This function retrieves a paginated list of all enrollment terms for a specified account in Canvas LMS.
list_all_enrollment_terms(canvas, account_id, per_page = 100)
canvas |
A list containing Canvas API configuration:
|
account_id |
The ID of the account for which to retrieve enrollment terms |
per_page |
The number of terms to retrieve per page (default is 100) |
A dataframe containing all enrollment terms details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.