Learn R Programming

rgoogleclassroom (version 1.0.0)

get_course_list: Get list of courses

Description

Get list of courses

Usage

get_course_list(owner_id = get_owner_id()$id)

Arguments

owner_id

owner_id to retrieve course listings from

Examples

Run this code
if (FALSE) {

owner_id <- get_owner_id()
course_df <- get_course_list(owner_id)
}

Run the code above in your browser using DataLab