View source: R/07_g4s_behaviour_functions.R
gfs_behaviour_events_range | R Documentation |
Returns list of events over a range of dates within an academic year.
Use gfs_behaviour_event_types()
to resolve event characteristics.
Use gfs_student_details()
to resolve student personal details.
gfs_behaviour_events_range(academicYear, goDateStart, goDateEnd)
academicYear |
academic year as integer. |
goDateStart |
start date of range as string in the form yyyy-mm-dd. |
goDateEnd |
end date of range as string in the form yyyy-mm-dd. |
gfs_behaviour_events_range(2020, "2020-03-16", "2020-03-19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.