download {sevenbridges} | R Documentation |
Download files
download(obj, ...) ## S4 method for signature 'FilesList' download(obj, ...) ## S4 method for signature 'Files' download(obj, ...)
obj |
single File or FileList |
... |
passed to download() |
system message
## Not run: a$project("demo")$file("omni")$download() # or download(a$project("demo")$file("omni")) ## End(Not run)