get_page_content {vvcanvas} | R Documentation |
Retrieves the content body of a specified page.
Description
This function retrieves the content body of a specified page within a course in the Canvas LMS API.
Usage
get_page_content(canvas, course_id, page_id)
Arguments
canvas |
An object containing the Canvas API key and base URL, obtained through the |
course_id |
The ID of the course to which the page belongs. |
page_id |
The ID of the page for which to fetch the content body. |
Value
The content body of the specified page.
[Package vvcanvas version 0.0.4 Index]