fars_map_state: Displays a map of a state with the accident locations in the...

Description Usage Arguments Examples

View source: R/fars_functions.R

Description

Checks for state code validity, accident presence in the specified subset and latitude/longitude range. Returns NULL invisibly.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

A value representing the state numerical code. It will be coerced to integer, therefore it does not need to be of a specific type, as long as the coercion is feasible.

year

A value representing the year. It will be coerced to integer, therefore it does not need to be of a specific type, as long as the coercion is feasible.

Examples

1
fars_map_state(6, 2015)

Halberdier/fars documentation built on March 22, 2020, 12:58 a.m.