This function returns a list of attendances for a course past and present.
listAttendances(section_id, start = NULL, end = NULL, enrollment_id = NULL)
section_id | The id of the section for which the attendance entries are requested. |
---|---|
start | Filter statuses for a given date range, inclusive YYYY-MM-DD. |
end | Filter statuses for a given date range, inclusive YYYY-MM-DD. |
enrollment_id | Filter statuses for a given enrollment. |
A dataframe of attendance details.
An attendance entry is a student record of being absent, late or excused late.