Description Usage Arguments Value Examples
This function allows you to download a RadioSet
object for use with this
package. The RadioSets
have been extensively curated and organized within
a PharacoSet class, enabling use with all the analysis tools provided in
PharmacoGx
.
1 | downloadRSet(name, saveDir = tempdir(), rSetFileName = NULL, verbose = TRUE)
|
name |
|
saveDir |
|
rSetFileName |
|
verbose |
|
A rSet object with the dataset, downloaded from our server
1 2 3 | if (interactive()) {
drugMatrix_rat <- downloadRSet("Cleveland")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.