download-methods: Download files

Description Usage Arguments Value Examples

Description

Download files

Usage

1
2
3
4
5
6
7
download(obj, ...)

## S4 method for signature 'FilesList'
download(obj, ...)

## S4 method for signature 'Files'
download(obj, ...)

Arguments

obj

single File or FileList

...

passed to download()

Value

system message

Examples

1
2
3
4
5
## Not run: 
a$project("demo")$file("omni")$download()
# or
download(a$project("demo")$file("omni"))
## End(Not run)

tengfei/sevenbridges documentation built on March 27, 2021, 1:22 p.m.