Downloads {DescTools} | R Documentation |
Return Downloaded File in XL- or CSV Format
Description
The function searches for a file in the downloads folder and returns the file, provided it is in a readable Excel- or data format.
Usage
Downloads(fname, ...)
Arguments
fname |
the filename, if no extension specified the first file found will be used. |
... |
are passed on to the open functions
|
Value
the file
Author(s)
Andri Signorell andri@signorell.net
Examples
## Not run:
Downloads("yourfilename")
Downloads("yourfilename.xls")
Downloads("yourfilename.txt", sep=",", header=TRUE)
## End(Not run)
[Package DescTools version 0.99.60 Index]