availablePSets {PharmacoGx}R Documentation

Return a table of PharmacoSets available for download

Description

The function fetches a table of all PharmacoSets 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

availablePSets(saveDir = file.path(".", "PSets"), myfn = "PSets.csv",
  verbose = TRUE)

Arguments

saveDir

character Directory to save the table of PSets

myfn

character The filename for the table of PSets

verbose

bool Should status messages be printed during download.

Value

A data.frame with details about the available PharmacoSet objects

Examples

if (interactive()){
availablePSets()
}


[Package PharmacoGx version 1.10.3 Index]