cloud_put: cloud_put

View source: R/cloudstorapi-access.R

cloud_putR 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.


pdparker/cloudstoR documentation built on Aug. 2, 2022, 12:06 p.m.