Description Usage Arguments Value Examples
This list does not contain rejected apps, only valid, usable apps
1 | get_apps(connection, scope = "All")
|
connection |
The connection to be used, call |
scope |
Filters the apps by their scope. Possible Values are: 'All': return all apps, 'Private': Only your personal apps, 'Public': Only public apps |
A FGResponse object
1 2 3 | connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
apps <- fastgenomicsRclient::get_app(connection)
print(apps@content) # all apps available to you
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.