Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This function reads a CSV file into R as a tibble.
1 | fars_read(filename)
|
filename |
The aboslute or relative path to the filename to read into R (should be a CSV file) . |
The CSV data in tibble (tidyverse version of data frames) format.
If the file doesn't exist, a message will be displayed saying so.
1 | ## Not run: df <- fars_read("path/to/some/random/file.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.