availableRSets: Return a table of RadioSets available for download

View source: R/downloadRSet.R

availableRSetsR Documentation

Return a table of RadioSets available for download

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

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

if (interactive()){
availableRSets()
}


bhklab/RadioGx documentation built on Oct. 6, 2023, 8:27 a.m.