Description Usage Arguments Value Examples
View source: R/fars_functions.R
The function determines if filename
argument) exists and stops grecefully
if it does not. If filename
exists than the contents are returned as a
data frame. If filename
does not exist then nothing is returned, or assigned, but
no error or warning is generated.
1 | fars_read(filename)
|
filename |
A character string with the name of a file. Relative or absolute paths may be used to locate the file in the string. |
This function returns a data frame constructed from the file contents.
1 2 3 4 5 | ## Not run:
#' fars_read(inputfile)
fars_read("another.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.