get_module_items {vvcanvas} | R Documentation |
Retrieves the items within a specific module.
Description
This function retrieves the items within a specific module of a course in the Canvas LMS API.
Usage
get_module_items(canvas, course_id, module_id)
Arguments
canvas |
An object containing the Canvas API key and base URL, obtained through the |
course_id |
The ID of the course containing the module. |
module_id |
The ID of the module for which to fetch the items. |
Value
A list of items within the specified module.
[Package vvcanvas version 0.0.4 Index]