get_all_courses: Retrieves a paginated list of all courses visible in the...

View source: R/get_all_courses.R

get_all_coursesR Documentation

Retrieves a paginated list of all courses visible in the public index.

Description

This function retrieves a paginated list of all courses visible in the public index using the Canvas LMS API. NOTE This function might take a while to finish.

Usage

get_all_courses(canvas, per_page = 100)

Arguments

canvas

An object containing the Canvas API key and base URL, obtained through the canvas_authenticate function.

per_page

(Optional) The number of courses to retrieve per page of results (default is 100).

Value

A data frame of courses visible in the public index.


vvcanvas documentation built on June 22, 2024, 6:53 p.m.