load.from.taiga: Load data from taiga

View source: R/taigr.R

load.from.taigaR Documentation

Load data from taiga

Description

Load data from taiga

Usage

load.from.taiga(data.id = NULL, data.name = NULL, data.version = NULL,
  transpose = FALSE, data.dir = path.expand("~/.taiga"),
  force.taiga = FALSE, taiga.url = getOption("default.taiga.url",
  "https://cds.team/taiga"), cache.id = FALSE, no.save = FALSE,
  quiet = FALSE, taiga.api.version = getOption("default.taiga.api.version",
  2), force.convert = F, data.file = NULL)

Arguments

data.id

The dataset ID in taiga.

data.name

The dataset name in taiga.

data.version

The dataset version number in taiga.

transpose

transpose the data before returning it. the cached version will not be transposed.

data.dir

Where to look for and save cached version of the data.

force.taiga

Force function to re-download data from taiga.

taiga.url

Where is taiga?

cache.id

use <id>.RData for filename instead of <name>_<version>.RData

no.save

Do not save dataset to cache.

quiet

Do not print messages.

data.file

file to load from within the dataset

Value

The dataset loaded into your R session.


broadinstitute/taigr documentation built on March 5, 2024, 2:27 p.m.