powered by
Returns monthly data on police occurrences in the State of Rio de Janeiro in the form of a dataframe.
monthly_stats(by, value = "standard")
a dataframe
selects the spatial division of the data. It might be: "cisp", "municipality" or "state". character.
allows you to choose whether the values will be in absolute numbers ("standard") or per 100,000 inhabitants ("per_100k"). character.
To see the dictionary of variables, use the function monthly_stats_dictionary().
monthly_stats(by = "cisp")
Run the code above in your browser using DataLab