fars_map_state: Print a map showing where accidents occured

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This is a function that prints a map of the locations of accidents in a particular state and year.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

An integer representing the state.

year

An integer representing the year.

Value

This function returns a map of locations of accidents.

Examples

1
2
3
4
## Not run: 
fars_map_state(1, 2013)

## End(Not run)

albemlee/DataScienceRPackageAssignment documentation built on May 14, 2019, 8 a.m.