get_course_root_folder: Retrieves root folder of a course.

View source: R/get_course_root_folder.R

get_course_root_folderR Documentation

Retrieves root folder of a course.

Description

This function retrieves the root folder associated with a course.

Usage

get_course_root_folder(canvas, course_id)

Arguments

canvas

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

course_id

The ID of the course for which to fetch associated folders.

Value

Returns a data frame containing the details on the root folder associated with the specified course.

See Also

get_course_folders() and get_user_folders()


vvcanvas documentation built on Sept. 9, 2025, 5:39 p.m.