ICD-10 only (see flag_suicide_types). Warns if an explicit pre-1999 `year` is supplied.
Examples
df <- data.frame(ucod = c("X80", "X72"))
flag_suicide_fall(df)
#> ucod suicide_fall
#> 1 X80 1
#> 2 X72 0
ICD-10 only (see flag_suicide_types). Warns if an explicit pre-1999 `year` is supplied.
df <- data.frame(ucod = c("X80", "X72"))
flag_suicide_fall(df)
#> ucod suicide_fall
#> 1 X80 1
#> 2 X72 0