Description Usage Arguments Value Examples
View source: R/fars_functions.R
Name: Kévin Allan Sales Rodrigues
1 | fars_read(filename)
|
filename |
The filename of the .csv file you want to import |
This function returns an R tibble containing the data from the .csv file that was read in. This function will return Error in file.exists(filename) : invalid 'file' argument if no file exists at the filepath specified as the filename argument.
1 2 | ## Not run: fars_read("coursera/data/accident_2013.csv.bz2")
## Not run: fars_read("data.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.