monthly_stats {ispdata} | R Documentation |
Access the public security statistics of the State of Rio de Janeiro by month
Description
Returns monthly data on police occurrences in the State of Rio de Janeiro in the form of a dataframe.
Usage
monthly_stats(by, value = "standard")
Arguments
by |
selects the spatial division of the data. It might be: "cisp", "municipality" or "state". character. |
value |
allows you to choose whether the values will be in absolute numbers ("standard") or per 100,000 inhabitants ("per_100k"). character. |
Details
To see the dictionary of variables, use the function monthly_stats_dictionary().
Value
a dataframe
Examples
monthly_stats(by = "cisp")
[Package ispdata version 1.1.2 Index]