cloud_put {cloudstoR} | R Documentation |
cloud_put
Description
cloud_put()
saves a file to Cloudstor. If the file already exists, it is
replaced.
Usage
cloud_put(
local_file,
path = "",
file_name = basename(local_file),
user = cloud_auth_user(),
password = cloud_auth_pwd()
)
Arguments
local_file |
Where the file is located on your computer. |
path |
The destination on Cloudstor. |
file_name |
Optional. What you want to call the file on Cloudstor? If it is not provided, it is the same as the file name of the local file |
user |
Optional. Your Cloudstor username. |
password |
Optional. Your Cloudstor password. |
Value
Nothing is returned. A success or error message is printed.
[Package cloudstoR version 0.2.0 Index]