Why is there no upload.file() function in base R as counterpart to download.file()? For example to simply upload a text file to an FTP server.
upload.file()
download.file()
Provided in RCurl
Thanks! Its RCurl::fileUpload and RCurl::ftpUpload.
RCurl::fileUpload
RCurl::ftpUpload
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.