availablePSets {PharmacoGx} | R Documentation |
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.
availablePSets(saveDir = file.path(".", "PSets"), myfn = "PSets.csv", verbose = TRUE)
saveDir |
|
myfn |
|
verbose |
|
A data.frame with details about the available PharmacoSet objects
if (interactive()){ availablePSets() }