The vvcanvas
package is designed to interact with the
Canvas Learning Management System (LMS) API. This vignette provides a
basic guide on how to authenticate, retrieve course information, and
fetch specific details using the package.
To install the vvcanvas
package, you can use the
following command:
To start using the package, you need to authenticate with the Canvas LMS API using your API key and base URL. Here’s an example of how to authenticate:
Once authenticated, you can retrieve course information using the get_courses function. Here’s an example:
The vvcanvas
package provides various functions to fetch
specific details. For example, to retrieve the assignments within a
course, you can use the get_assignments function: