Convert list of course data to a table
Value
A table of course data. The current rvest session is attached as an attribute, used for chaining functions together.
Examples
if (FALSE) {
my_classes <- authorize() |>
get_rosters() |>
get_attendances() |>
flatten_rosters() |>
process_attendances()
}
