Downloads | R Documentation |
The function searches for a file in the downloads folder and returns the file, provided it is in a readable Excel- or data format.
Downloads(fname, ...)
fname |
the filename, if no extension specified the first file found will be used. |
... |
are passed on to the open functions
|
the file
Andri Signorell andri@signorell.net
## Not run:
Downloads("yourfilename")
Downloads("yourfilename.xls")
Downloads("yourfilename.txt", sep=",", header=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.