Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
The function takes a character vector of a path of a filename to read into R. If the filename does not exist the function will stop and an error will be thrown.
| 1 | fars_read(filename)
 | 
| filename | a character vector of filename of a csv file to read | 
this function returns a dataframe of the data read in from a csv file
fars_read depends on read_csv and tbl_df from the readr and dplyr packages respectively
| 1 2 3 4 | ## Not run: 
  fars_read("data/filename.csv")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.