Learn R Programming

vvcanvas (version 0.0.8)

get_course_root_folder: 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)

Value

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

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.

See Also

get_course_folders() and get_user_folders()