Description Usage Arguments Value References
View source: R/GoogleClassroom.R
This function lists all Google Classroom Courses by student, teacher or domain
1 | listGoogleCourses(studentId = NULL, teacherId = NULL, courseStates = NULL)
|
studentId |
Restricts returned courses to those having a student with the specified identifier. The identifier can be one of the following: the numeric identifier for the user, the email address of the user, the string literal "me", or indicating the requesting user |
teacherId |
Restricts returned courses to those having a teacher with the specified identifier. The identifier can be one of the following: the numeric identifier for the user, the email address of the user, the string literal "me", or the indicating the requesting user |
courseStates |
Restricts returned courses to those in one of the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, DECLINED. |
A list of Google Classroom courses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.