Description Usage Arguments Value Examples
This is a function that creates a data.frame from a csv file (can be zipped .bz2) specified using filename argument.
1  | fars_read(filename)
 | 
filename | 
 A character string giving the location of the csv file  | 
A data.frame object if the csv file exists. Otherwise the function stops with a "file does not exist" error.
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.