cloud_put()
saves a file to Cloudstor. If the file already exists, it is
replaced.
cloud_put(
local_file,
path = "",
file_name = basename(local_file),
user = cloud_auth_user(),
password = cloud_auth_pwd()
)
Where the file is located on your computer.
The destination on Cloudstor.
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
Optional. Your Cloudstor username.
Optional. Your Cloudstor password.
Nothing is returned. A success or error message is printed.