Description Usage Arguments Value Examples
View source: R/fars_functions.R
Read csv file if it exist in table format and creates a data frame from it
1 | fars_read(filename)
|
filename |
A character string and defines the name of the file where the data is going to be read from. filename represents also the path to get file. |
A data frame: a type of data structure used by R to represents rectangular data for statistical analysis.
However if the filename doesn't exist the fars_read is stopped with error message.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.