link_canvas: Link to a Canvas course

View source: R/link_canvas.R

link_canvasR Documentation

Link to a Canvas course

Description

Establish a connection with the Canvas Instructure LMS API. Doing so allows for automatic updates to the Canvas course. This only needs to be performed once.

Usage

link_canvas(token_path, course_id, API_URL)

Arguments

token_path

Path to where the Canvas API token number is stored. This should be stored in a file of type '.txt'. The Canvas token can be obtained in Settings > Approved Integrations > New Access Token.

course_id

Canvas course number as an integer.

API_URL

URL for Canvas API


nikola-sur/teachr documentation built on April 21, 2022, 4:50 a.m.