Description Usage Arguments Examples
View source: R/common_functions.R
Defines a student's cohort given the student's grade and current school year.
If you do not provide a school year the default is the current (spring) year. e.g If today's date is Jan 10, 2017, the default year will be 2017, however if the current date is Sep 10, 2017, the year will default to 2018.
1 | cohort(grade, school_year = "")
|
grade |
Enrolled grade of the student (0 - 12) |
school_year |
School year either in 20XX-YY or 20XX (spring) format. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.