get_courses_in_account: Get all Courses in an Account

Description Usage Arguments Value Examples

View source: R/simple_functions.R

Description

This functions gets all the courses in a specific account. It includes information such as course id, sis id and the id of the term. You can get extra information like syllabus_body, term, course_progress, storage_quota_used_mb, total_students, teachers, account_name via the include parameter.

This functions gets all the courses in a specific account. It includes information such as course id, sis id and the id of the term. You can get extra information like syllabus_body, term, course_progress, storage_quota_used_mb, total_students, teachers, account_name via the include parameter.

Usage

1
2
3
get_courses_in_account(account_id, include = NULL)

get_courses_in_account(account_id, include = NULL)

Arguments

account_id

the account id (integer)

include

"syllabus_body", "term", "course_progress", "storage_quota_used_mb", "total_students", "teachers", "account_name" (character)

Value

a data frame of active courses in account

a data frame of active courses in account

Examples

1
2
3

ICTO-FMG/uvacanvas documentation built on Jan. 24, 2022, 5:16 a.m.