Description Usage Arguments Details Value Examples
The function fetches a table of all PharmacoSets available for download. The table includes the dataset names, version information for the data in the PSet, the date of last update, the name of the PSet, and references for the data contained within, a DOI for the data, and a direct download link. Download can also be done using the downloadPSet function.
1 | availablePSets(canonical = TRUE)
|
canonical |
['logical'] Should available PSets show only official PSets, or should user generated PSets be included? |
Much more information on the processing of the data and data provenance can be found at: www.orcestra.ca
A data.frame with details about the available PharmacoSet objects
1 2 3 | if (interactive()){
availablePSets()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.