create_share: Create a new share

Description Usage Arguments Value Examples

Description

Create a new share

Usage

1
create_share(connection, dataset_id, message, license, send_to)

Arguments

connection

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

dataset_id

The id of the dataset to be shared. You must own this dataset. Should start with ds_

message

The message to be presented to the recipients

license

The license to be presented to the recipients

send_to

List of email addresses

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"))
print(share@content) # the new share

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