Description Usage Arguments Value Source Examples
View source: R/fars_functions.R
This function receives a .csv file and returns tbl_df of the data This function print an error message when .csv file does not exist
1 | fars_read(filename)
|
filename |
a file path that may or may not exist |
a dplyr tbl_df of the data or an error message if the file path does not exist
extdate/accident_year.csv.bz2
1 2 3 | x <- setwd(system.file("extdata", package = "packagefars"))
fars_read("accident_2013.csv.bz2")
setwd(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.