download_dataset: Downloads the whole dataset content as a zip file to the...

Description Usage Arguments Value Examples

Description

Downloads the whole dataset content as a zip file to the specified folder

Usage

1
download_dataset(connection, dataset_id, folder_path)

Arguments

connection

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

dataset_id

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

folder_path

Where to store the dataset? Must exist and be writeable

Value

None, see the folder for the content

Examples

1
2
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
fastgenomicsRclient::download_dataset(connection, "dts_abc", "/temp/")

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