Description Usage Arguments Value Examples
Gets information about a specific dataset. This can also be used to obtain information about a failed dataset upload
| 1 | get_dataset(connection, dataset_id)
 | 
| connection | The connection to be used, call  | 
| dataset_id | The id of the dataset, usually starting with dts_***** | 
A FGResponse object
| 1 2 3 | connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
datasets <- fastgenomicsRclient::get_dataset(connection, "dts_abc")
print(datasets@content) # the dataset
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.