get_course_list: Function to list all courses.

View source: R/course-data.R

get_course_listR Documentation

Function to list all courses.

Description

Function to list all courses.

Usage

get_course_list(user_id = NULL, include = NULL)

Arguments

user_id

Optional argument to specify courses for specific user id

include

Optional argument to specify additional information such as "teachers", "total_students", etc.

Value

data frame

Examples

#' get_course_list()
#' get_course_list(user_id = 366)
#' get_course_list(include = c("teachers", "total_students"))

daranzolin/rcanvas documentation built on May 18, 2024, 2:33 p.m.