| Folders-class {sevenbridges} | R Documentation |
Class Folders
Folders class is usally returned by the API call which returns
Folders. It allows you to create and organize folders on platform.
Folders are created inside projects, and can be used to contain
files within the project. Users do not usually need to construct
Folders manually, they are generated from a API call most
of the time.
Folders object
idcharacter string used as folder ID
namecharacter string used as folder name
projectproject name the folder belongs to
parentparent folder ID, usually returned by
the project details (root_folder) or listed
folder contents
typefile type: FILE or FOLDER
created_ondate the folder was created
modified_ondate the folder was modified
copy_file_to_folder(...)copy a file between folders
create_folder(name = NULL, ...)create a new folder
delete(...)delete the folder
list_contents(...)list folder contents
move_file_to_folder(...)move a file between folders
Folders(id = "test_id", name = "test.bam")