Description Usage Arguments Details Value Examples
This function reads the data in a csv file and transforms it to a R table dataframe.
1 | fars_read(filename)
|
filename |
Character string |
If the file does not exist the function returns an error message.
This function returns a table data frame.
1 2 3 4 | ## Not run:
fars_read("filename.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.