get_share: Get a share

Description Usage Arguments Value Examples

Description

Get a share

Usage

1
get_share(connection, share_id)

Arguments

connection

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

share_id

The id of the share

Value

A FGResponse object

Examples

1
2
3
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
share <- create_share(conn, "dts_0f91c4f034e1471fa25f1078d23e1a97", message = "no msg", license = "license", send_to = list("a2@example.com"))
get_share(conn, share@Id)

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