View source: R/cloudstorapi-access.R
cloud_put | R Documentation |
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() )
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. |
Nothing is returned. A success or error message is printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.