Description Usage Arguments Value Examples
View source: R/fars_function.R
Title A simple function for reading files or path from the system into the package
1 | fars_read(filename)
|
filename |
A character string containing the name of the file or path to be read. An errors occurs if filename does not exist |
A dataframe from as_tibble
1 2 | accident_2013 <- system.file("extdata", "accident_2013.csv", package = "fars")
fars_read("accident_2013.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.