download_dataset: Download LINCS dataset packages, given dataset id's, from...

Description Usage Arguments Examples

View source: R/download_dataset.R

Description

Download LINCS dataset packages, given dataset id's, from Lincs Data Portal.

Usage

1
download_dataset(lds_id, path = "./")

Arguments

lds_id

Vector of dataset ids (LDS-xxxx)

path

Path to local folder where the dataset package will be downloaded, default = current directory

Examples

1
2
3
4
5
## Not run: 
download_dataset("LDS-1266")
download_dataset("LDS-1173", path = "/datasets")

## End(Not run)

mforlin/LINCSdataportal documentation built on May 22, 2019, 8:52 p.m.