Learn R Programming

ispdata (version 1.1.2)

monthly_stats_dictionary: Access the dictionaries of public security statistics of the State of Rio de Janeiro by month

Description

Returns the data dictionary of the police occurrences in the State of Rio de Janeiro in the form of a dataframe.

Usage

monthly_stats_dictionary(by, value = "standard")

Value

a dataframe

Arguments

by

selects the spatial division of the dictionary. It might be: "cisp", "municipality" or "state". character.

value

selects the type of value: absolute numbers ("standard") or per 100,000 inhabitants ("per_100k"). character.

Examples

Run this code
if (FALSE) monthly_stats_dictionary(by = "state", value = "per_100k")

Run the code above in your browser using DataLab