Description Usage Arguments Value Examples
This is a simple function that reads csv file. In case if file does not exist appropriate message will be shown.
1 | fars_read(filename)
|
filename |
A character string giving the name of file to be read. |
This function returns a table created from csv file. Returned object has following classes:tbl_df, tbl, data.frame.
1 2 | file <- system.file("extdata", "accident_2013.csv.bz2", package = "fars")
fars_read(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.