Description Usage Arguments Details Value Examples
View source: R/fars_functions.r
This is a read_csv
function that reads a FARS data file given its name.
1 | fars_read(x)
|
filename |
A string, such as returned by |
The function returns an error file does not exist
if a file with the name from the input exist in the current working
directory; otherwise, it returns a data.fram
.
A data.frame
of the FARS data file.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.