Learn R Programming

vvcanvas (version 0.0.8)

get_folder_files: Retrieves files in a specific folder.

Description

This function lists all files available in a specific folder.

Usage

get_folder_files(canvas, folder_id)

Value

Returns a data frame containing the details on the files stored in the specified folder.

Arguments

canvas

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

folder_id

The ID of the folder for which to fetch associated files.