Description Usage Arguments Value Examples
The fars_read function wraps the read_csv function. This function takes a file in csv format reads it and returns a tibble data frame if the file exists. Otherwise the error message filename does not exist will be displayed.
1 | fars_read(filename)
|
filename |
Name of the csv file as a string. |
tibble data frame
1 | fars_read("accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.