Description Usage Arguments Value Note
View source: R/fars_functions.R View source: R/fars_functions.R
This is a basic method that reads the file corresponding to the name which a user enters during function call in a seperate function.
1 | fars_read(filename)
|
filename |
The function argument which stores the name of file the user wants to read, as a string object. |
data |
A variable that stores the csv file read as a dataframe. |
This function returns the csv file read as a dataframe table object.
An error message will be thrown if the file does not exist.
The user may customize this message inside the "stop" command of the function
(edit quoted statements inside stop
argument).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.