Get attendance data
Arguments
- rosters
A list of course data. Alternatively, an active
rvestsession.- .session
(optional) An active
rvestsession. If this value is undefined, the session will be derived from an attribute set onrosters- term
(optional) The term to be used in this query. If undefined, this value will be inherited from
rostersor from the environmental variable defined at setup.
Value
A list of items, with one item per course. Each item will identify the course CRN, catalog number, title, schedule, a table showing the roster of student enrollments, and student attendance records. The current rvest session is attached as an attribute, used for chaining functions together.
Examples
if (FALSE) {
my_classes <- authorize() |>
get_rosters() |>
get_attendances()
}
