Description Usage Arguments Value Note Examples
Reads a data file given a path.
1 | fars_read(filename)
|
filename |
path to file |
data.frame
A non-existent file path will result in an error.
1 2 3 | if(interactive()){
df <- fars_read("path_to_file")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.