fars_map_state: Accidents map

Description Usage Arguments Details See Also Examples

View source: R/fars_functions.R

Description

Represent on a map the accidents occurs on a state and a year

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

Number of the state to extract the information

year

Year from which represent the data

Details

This function requires libraries dplyr, maps and graphics

See Also

make_filename

fars_read

Examples

1
2
3
4
## Not run: 
data <- fars_map_state(state.num = 12, year = 2014)

## End(Not run)

eregmig/carcrashassignment documentation built on May 17, 2019, 8:15 a.m.