list_all_enrollment_terms {vvcanvas} | R Documentation |
List All Enrollment Terms
Description
This function retrieves a paginated list of all enrollment terms for a specified account in Canvas LMS.
Usage
list_all_enrollment_terms(canvas, account_id, per_page = 100)
Arguments
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) |
Value
A dataframe containing all enrollment terms details
[Package vvcanvas version 0.0.5 Index]