Description Usage Arguments Details Value Warning Author(s) References Examples
The function read data from files specified by the user
1 | fars_read(filename)
|
filename |
the file name of the data source is the input character vector. I could be defined by the user of other application. If the file does not exist the function is terminated and the proper message is generated. |
The function uses readr::read_csv() to read input data
the function return the dataframe of 'tbl_df' class.
Stop reading if the file does not exist.
Demyd Dzyuban
No references are assumed.
1 | # input_data <- fars_read("data_source.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.