Description Usage Arguments Value Examples
View source: R/fars_functions_ACO.R
This function reads a csv format file and stores in dataframe tbl_df. For this task uses package "readr" which allows to directly read comressed files
1 | fars_read(filename)
|
filename |
A character chain containing the name of the file you want to read |
This function returns a dataframe tbl_df
1 2 3 | ## fars_read("accident_2013.csv.bz2")
fars_read( system.file("extdata", "accident_2014.csv.bz2", package = "farsUSA") )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.