get_topic_list: Get list of topics for a course

View source: R/topics.R

get_topic_listR Documentation

Get list of topics for a course

Description

Get list of topics for a course

Usage

get_topic_list(course_id)

Arguments

course_id

ID of the course you wish to retrieve a topic list from

Examples

## Not run: 

course_id <- get_course_list()$courses$id[1]

get_topic_list(course_id)

## End(Not run)

rgoogleclassroom documentation built on April 4, 2025, 1:17 a.m.