get_app: Get an app

Description Usage Arguments Value Examples

Description

Get an app

Usage

1

Arguments

connection

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

app_id

the id of the app or a FGResponse object

Value

class FGResponse

Examples

1
2
3
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
app <- fastgenomicsRclient::get_apps(connection, "abc")
print(app@content) # the app

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