Description Usage Arguments Value Examples
fars_read ()is a function that read in data from a csv file. FARS stand for "Fatality Analysis Reporting System" and is a nationwide census, providing the American public yearly data, regarding fatal injuries suffered in motor vehicle traffic crashes
1 | fars_read(filename)
|
filename |
is for the file to be read. if this file name not exist, function will stop and print "does not exist". |
This function returns the data to be read
1 2 | ## accident_2013.csv.bz2<-accident_2013.csv.bz2
## fars_read("accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.