Description Usage Arguments Value Examples
This function grabs the publicly available from the Philadelphia District Attorney's Office Public Data Dashboard.
| 1 2 3 | get_summary_charges(
  geography = c("citywide", "police_district", "zip_code", "census_tract")
)
 | 
| geography | A string with one of the following: 'citywide', 'police_district', 'zip_code', 'census_tract'. | 
A data.frame with the data at the desired geographic unit.
| 1 2 3 4 5 | ## Not run: 
data <- get_summary_charges("citywide")
head(data)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.