availableTSets: Return a table of ToxicoSets available for download

Description Usage Arguments Value Examples

View source: R/downloadTSet.R

Description

The function fetches a table of all ToxicoSets available for download from the PharmacoGx server. The table includes the names of the PharamcoSet, the types of data available in the object, and the date of last update.

Usage

1
2
3
4
5
availableTSets(
  saveDir = tempdir(),
  myfn = "availableToxicoSets.csv",
  verbose = TRUE
)

Arguments

saveDir

character Directory to save the table of tSets

myfn

character The filename for the table of tSets

verbose

bool Should status messages be printed during download.

Value

A data.frame with details about the available ToxicoSet objects

Examples

1
2
3
if (interactive()){
availabletSets()
}

ToxicoGx documentation built on Jan. 20, 2020, 5:06 p.m.