Description Usage Arguments Examples
View source: R/fetch_discipline.R
Fetch Discipline Data
1 | fetch_discipline(year, distinct_incidents = TRUE, oss_only = FALSE)
|
year |
numeric. year to get discipline data for. Earliest year available is 2016. |
distinct_incidents |
logical. Remove duplicates of incidents. Usually want to be set to TRUE, unless it's helpful to see multiple codes for the same incident |
oss_only |
logical. Filters only for OSS. |
1 2 3 4 | ## Not run:
fetch_discipline(2018)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.