Education flagging function
check_att.Rd
This function serves to flag whether an individual is expected to have education data for every year within a "visibility window" based on their date of birth. The fact that "staggered" (June/July) years were introduced in Western Australia in 1997 has been built into the function.
Examples
check_att(dob = as.Date("2000-05-30"))
#> $results
#> year level
#> 1 2008 Y03
#> 2 2009 Y04
#> 3 2010 Y05
#> 4 2011 Y06
#> 5 2012 Y07
#> 6 2013 Y08
#> 7 2014 Y09
#>
#> $n
#> [1] 7
#>