Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function can be used to import a dataset in .csv format. The file name
needs to be provided via the filename
argument.
1 | fars_read(filename)
|
filename |
A character string giving the name of the input file |
This function returns a tibble (a data frame with class tbl_df
.
If the file does not exist, a message error is produced instead.
1 2 3 4 | ## Not run:
fars_read("accident_2015")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.