Description Usage Arguments Details Value Note Examples
fars_read
returns a data.frame with data from the supplised csv file.
1 | fars_read(filename)
|
filename |
a character vector of filename of a csv file to read |
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.
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.