Description Usage Arguments Value Examples
Format crime data to include census and police station data
1 | formatData(crime_data, densities = TRUE, verbose = TRUE, ...)
|
crime_data |
dataframe from |
densities |
logical; if |
verbose |
logical; if |
... |
further arguments to be passed to |
data of the same form of crime_data
, with appended census and police station data
1 2 3 4 5 | ## Not run:
data(sub_all_crime)
sub_all_crime = cleanData(sub_all_crime)
sub_all_crime = formatData(sub_all_crime)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.