update_page {vvcanvas} | R Documentation |
Update a Page in Canvas LMS
Description
Updates an existing page in a specific course using the Canvas LMS API.
Usage
update_page(canvas, course_id, page_id, page_params)
Arguments
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course in which to create the page. |
page_id |
The ID of the page. |
page_params |
A named list of page parameters to update. This list can include:
|
Value
A confirmation message that the page has been updated.
[Package vvcanvas version 0.0.5 Index]