Description Usage Arguments Value Examples
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.
1 2 3 4 5 | availableRSets(
saveDir = tempdir(),
fileName = "availableRadioSets.csv",
verbose = TRUE
)
|
saveDir |
|
fileName |
|
verbose |
|
A data.frame with details about the available RadioSet objects
1 2 3 | if (interactive()){
availableRSets()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.