get_course_list {rgoogleclassroom} | R Documentation |
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
## Not run:
owner_id <- get_owner_id()
course_df <- get_course_list(owner_id)
## End(Not run)
[Package rgoogleclassroom version 0.9.1 Index]