Learn R Programming

sevenbridges (version 1.2.4)

Files-class: Files class

Description

Files Class

Usage

FilesList(...)

Arguments

...
one or more Files objects

Value

Files object

Fields

id
character used as file id
name
string used as file name
metdata
a list for metdata associated with the file
project
project id if any, when returned by a API call, it usually return the project id and stored with the object.
url
url
created_on
date created on
modifield_on
data modified on
origin
list as origin

Methods

download(destfile, ..., method = "curl")
see help(download.file) for more options
meta()
get metadata from a file

Details

Files class (has 's') contains CWL File class, it's usally returned by the API call which returns Files. A group of Files is defined as FilesList. Users don't usually need to construct Files or FilesList manually, most time it's generated from a API call.

Examples

Run this code
Files(id = "test_id", name = "test.bam")

Run the code above in your browser using DataLab