Introduction to the vvcanvas R package

tin900
Community Member
0
355

Hello, Canvas Community!

I'm thrilled to announce the R package called "vvcanvas". This package provides a convenient interface to interact with the Canvas Learning Management System (LMS) API, enabling users to authenticate, retrieve course information, fetch specific details, and perform various operations within the Canvas LMS.

The package can be installed from CRAN directly using:

install.packages("vvcanvas")

Alternatively, the development version can be installed from GitHub

devtools::install_github("vusaverse/vvcanvas")

 

 

How to Contribute

vvcanvas is an open-source project, and contributions from the community are highly encouraged. If you encounter any bugs, have feature requests, or would like to contribute code improvements, you can open an issue or submit a pull request on the GitHub repository.