get_dataset: Get a specific dataset

Description Usage Arguments Value Examples

Description

Gets information about a specific dataset. This can also be used to obtain information about a failed dataset upload

Usage

1
get_dataset(connection, dataset_id)

Arguments

connection

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

dataset_id

The id of the dataset, usually starting with dts_*****

Value

A FGResponse object

Examples

1
2
3
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
datasets <- fastgenomicsRclient::get_dataset(connection, "dts_abc")
print(datasets@content) # the dataset

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