Description Usage Arguments Value Note Examples
Reads data from a delimited file and returns it as a data frame.
1 | fars_read(filename)
|
filenmae |
A character string containing the path and name of the file to read. Remeber to include a path if the file is not in the current directory. |
Returns a data frame
Returns an error if the file does not exist.
1 | fars_read('../data/accident_2013.csv.bz2')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.