monthly_stats_dictionary {ispdata}R Documentation

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")

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.

Value

a dataframe

Examples

## Not run: monthly_stats_dictionary(by = "state", value = "per_100k")


[Package ispdata version 1.1.2 Index]