Description Usage Arguments Value Author(s) References See Also Examples
Convenient function for uploading files via FTP.
1 2 3 |
dumplist |
A list of R objects or a character string naming an R object to write. |
ftp |
FTP address to be used, e.g. |
file |
Character string to use for file name. |
ext |
Character string to use as extension of the file. |
binary |
Logical, if |
dir |
Optional character string where to write the local copy of the file. Orininal directory is restored. |
Writes a binary or dumped text representation of R objects via FTP protocol. As a side effect, a local copy is created on the hard drive that has to be deleted manually.
P\'eter S\'olymos, solymos@ualberta.ca
The function is built on the ftpUpload
of the RCurl package.
1 2 3 4 5 | ## Not run:
x <- "Helo World!"
ftp.upload(x, ftp = "ftp://user:pass@ftp.org/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.