availableRSets: Return a table of RadioSets available for download

Description Usage Arguments Value Examples

View source: R/downloadRSet.R

Description

The function fetches a table of all RadioSets 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
availableRSets(
  saveDir = tempdir(),
  fileName = "availableRadioSets.csv",
  verbose = TRUE
)

Arguments

saveDir

character Directory to save the table of rSets

fileName

character The filename for the table of rSets

verbose

bool Should status messages be printed during download.

Value

A data.frame with details about the available RadioSet objects

Examples

1
2
3

RadioGx documentation built on Nov. 8, 2020, 8:21 p.m.