get_course_announcements {vvcanvas} | R Documentation |
Retrieves course announcements.
Description
This function retrieves a list of announcements for a specific course in the Canvas LMS API.
Usage
get_course_announcements(canvas, course_id, per_page = 100)
Arguments
canvas |
An object containing the Canvas API key and base URL, obtained through the |
course_id |
The ID of the course for which to retrieve announcements. |
per_page |
(Optional) The number of announcements to retrieve per page of results (default is 100). |
Value
A data frame of course announcements.
[Package vvcanvas version 0.0.4 Index]