downloadPSet | R Documentation |
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.
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.'
## Not run:
if (interactive()) downloadPSet("CTRPv2_2015")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.