Description Usage Arguments Value
View source: R/fars_functions.R
By default, this function reads and converts a CSV file into a dataframe. It takes the CSV file as the only argument and it doesn't show the reading progress bar.
1 | fars_read(filename)
|
filename |
A string of characters referencing the path and name of the CSV file to be processed |
This function returns a dplyr dataframe if the file exists.
Otherwize, it returns an error like "file 'filename
' doesn't
exist".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.