Description Usage Arguments Value Examples
View source: R/fars_functions.R
fars_read
Reads a specific csv datafile using the provided filename.
1 | fars_read(filename)
|
filename |
The csv filename. |
The function will use the provided file_path to load the data contained in the csv in memory. If the file cannot be found, the function will provide an error message.
1 2 | filename <- system.file("extdata", make_filename(2015), package = "rMock")
data <- fars_read(filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.