Description Usage Arguments Value Examples
this is a simple function that firstly find the datafile's name in the current content, if there is not such the file, the function would return "file dose not exist", if there is the file, the function would read in the data and make it a tibble table.
1 | fars_read(filename)
|
filename |
A character string giving the data file's physical name |
this function returns a tibble data with column number and row number and a dataset named "data", it also
returns "file filename
does not exist".
1 | ## Not run: fars_read("accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.