putFile: puts a file to HCP 'putFile' puts a file to a namespace

Description Usage Arguments Value Examples

Description

puts a file to HCP putFile puts a file to a namespace

Usage

1
2
putFile(filePath, fileName, namespace, auth, compress = FALSE,
  verbose = FALSE)

Arguments

filePath

path to file to be uploaded

namespace

namespace to get object list from

auth

authentication string

compress

use gzip compression for upload default = FALSE

verbose

Print a messages default = FALSE

filename

name for object in namespace

Value

returns charactor array of object names if sucessful, Otherwise returms "Error" followed by the returned http headers.

Examples

1
## Not run: getObjectsList(namespace,auth)

ceparman/HCPtools documentation built on May 13, 2019, 3:01 p.m.