get_workflows: Get all workflows

Description Usage Arguments Value Examples

Description

This list does only contain valid, usable datasets

Usage

1
get_workflows(connection, scope = "All")

Arguments

connection

The connection to be used, call connect to obtain one.

scope

Filters the workflows by their scope. Possible Values are: 'All': return all workflows, 'Private': Only your personal workflows, 'Public': Only public workflows

Value

A FGResponse object

Examples

1
2
3
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
workflows <- fastgenomicsRclient::get_workflows(connection)
print(workflows@content) # all workflows available to you

FASTGenomics/r_client documentation built on June 25, 2019, 12:12 a.m.