fars_functions: Read and Analyze data

Description Usage Details Value Author(s)

Description

read csv files about accident and analyze the data

Usage

1
2
3
4
5
 fars_read('accident_2013.csv')
 make_filename(2006)
 fars_read_years(c(2013,2014,2015))
 fars_summarize_years(c(2013,2014,2015))
 fars_map_state(3,2005)

Details

More detailed description is available in the vignette folder.

Value

fars_read() doesn't return any value.

make_filename() returns a string.

fars_read_years() returns a dataframe whoes size depends on the input.

fars_summarize_years() will return a table with 12 rows and number of columns depends on the length of input.

fars_map_state() returns a figure of the map of the specified state.

Author(s)

Sherry Xiu


sherryxiu0305/SherryXiuCoursera documentation built on May 29, 2019, 9:35 a.m.