fbiwide | R Documentation |
A dataset containing the number of property and violent crimes across the United States as reported through the API for the FBI's Crime Data Explorer at https://crime-data-explorer.fr.cloud.gov/pages/home. The variables are as follows (more detail on the FBI website):
fbiwide
A data frame with 2164 rows and 16 variables:
name of the state for which numbers are reported.
id for each state.
two letter state abbreviation.
year of the reporting.
state population.
number of violent crimes. This number should be the sum of the next five variables.
number of reported murders.
number of reported rapes before 2013. The definition of rape was updated in 2012 and reported afterwards as rape_revised
.
number of reported rapes using the definition of 2012.
number of reported robberies.
number of reported aggravated assaults.
number of property crimes. This number should be the sum of the next four variables.
number of reported burglaries.
number of reported larceny thefts.
number of reported motor vehicle thefts.
number of reported incidents of arson.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.