Vvcanvas
Canvas lms api functions
Install / Use
/learn @vusaverse/VvcanvasREADME
vvcanvas <a href="https://vusaverse.github.io/vvcanvas/"><img src="man/figures/logo.png" style="float:right; height:200px;" height="200" align="right" /></a>
<a href="https://diffify.com/R/vvcanvas" target="_blank"><img src="https://diffify.com/diffify-badge.svg" alt="The diffify page for the R package vvcanvas" style="width: 100px; max-width: 100%;"></a>
The open source R package vvcanvas provides a convenient interface to interact with the Canvas Learning Management System (LMS) API. It allows users to authenticate, retrieve course information, fetch specific details, and perform various operations within the Canvas LMS.
Installation
You can install the vvcanvas package from GitHub using the following command:
devtools::install_github("vusaverse/vvcanvas")
It is also possible to install from CRAN:
install.packages("vvcanvas")
Features
To see which functions are available in which section based on the CANVAS LMS API structure, please refer to the reference page of the vvcanvas package. The reference page provides a comprehensive list of functions available in the package, organized by category.
Additionally, the package includes vignettes that provide more detailed information on how to use the functions in the package.
Getting Started
To begin using the vvcanvas package, you need to authenticate with the Canvas LMS API by obtaining an API key and base URL. Follow these steps to get started:
-
Acquire an API key from your Canvas LMS instance. You may need to consult your Canvas administrator or refer to the Canvas API documentation for instructions on obtaining an API key.
-
Once you have the API key, load the
vvcanvaslibrary and use thecanvas_authenticatefunction to authenticate with the Canvas LMS API. Provide the API key and the base URL of your Canvas instance as parameters. Here's an example:
library(vvcanvas)
# Replace the placeholders with your API key and base URL
api_key <- "YOUR_API_KEY"
base_url <- "https://your_canvas_domain.com/"
# Authenticate with the Canvas LMS API
canvas <- canvas_authenticate(api_key, base_url)
## Alternatively, you can set system variables
# Set the API key and base URL as environment variables
Sys.setenv(CANVAS_API_KEY = "YOUR_API_KEY")
Sys.setenv(CANVAS_BASE_URL = "https://your_canvas_domain.com/")
# Authenticate with the Canvas LMS API
canvas <- canvas_authenticate()
With the authentication step completed, you can now utilize the various functions provided by the vvcanvas package to interact with the Canvas LMS.
In order to retrieve a dataframe with all courses you can use the following function:
# Pass the canvas object to the get_courses function
courses <- get_courses(canvas)
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
19.5kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
