Description Usage Arguments Details Value Examples
This is a a function that reads a csv file into R
1 | fars_read(filename)
|
filename |
The filename to read in |
The function tests wether the file name exists in the current working directory and returns an error message if not.
It also imports the read_csv
function from package readr
Thsi function returns a tibble
1 2 3 4 | ## Not run:
fars_read("data/accident_2013.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.