Description Usage Arguments Value Warning Examples
This function allows you to download a PharmacoSet object for use with this
package. The PharmacoSets have been extensively curated and organised within
a PharacoSet class, enabling use with all the analysis tools provided in
PharmacoGx. User availablePSets to discover which PSets are available.
| 1 2 3 4 5 6 7 | downloadPSet(
  name,
  saveDir = tempdir(),
  pSetFileName = NULL,
  verbose = TRUE,
  timeout = 600
)
 | 
| name | 
 | 
| saveDir | 
 | 
| pSetFileName | 
 | 
| verbose | 
 | 
| timeout | 
 | 
A PSet object with the dataset
BREAKING CHANGES - this function now defaults to 'tempdir()' as the download path! You must specify a saveDir or manually save the PSet if you want your download to persist past your current R session.'
| 1 2 3 | if (interactive()){
downloadPSet("CTRPv2", saveDir=file.path(".", "pSets"))
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.