Description Usage Arguments Value Examples
fars_read function read a csv file given a route to the file.
1 | fars_read(filename)
|
filename |
an string indicating the complete route or relative route (from the working directory) to the file. The file can be compressed. |
a table_df that contents the data of csv. If the file doesn?t exist returns an error.
1 2 3 4 5 | ## Not run:
fars_read (accident_2013.csv.bz2)
fars_read (accident_2014.csv.bz2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.