fars_map_state: Read in csv for 'year' and plot all the accidents in 'state'...

Description Usage Arguments Value Note Examples

View source: R/fars_functions.r

Description

Read in csv for year and plot all the accidents in state on a map.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

An integer state.num number

year

An integer year

Value

This function returns a list of tibbles

Note

function will produce an error if there is no state data for the state.num selected.

function will produce a warning if there are no accidents in state, year combination in data

Examples

1
fars_map_state(1, 2013)

00mathieu/FarsExample documentation built on May 28, 2019, 11:01 a.m.