Description Usage Arguments Details Value Examples
View source: R/fars_functions.R
This function reads a comma separated value file data.
1 | fars_read(filename)
|
filename |
A character string to be supplied to function to read and it does not have default value. |
it first checks whether the file exists in the current working directory. If the file doesn't exist it throws an error, otherwise it reads the file and transforms it into a tibble.
This function returns a tibble.
1 2 3 4 | ## Not run:
fars_read("accident_2013.csv.bz2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.