downloadRSet | R Documentation |
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
.
downloadRSet(
name,
saveDir = tempdir(),
rSetFileName = NULL,
verbose = TRUE,
timeout = 600
)
name |
|
saveDir |
|
rSetFileName |
|
verbose |
|
timeout |
'numeric(1)' How long to wait before erroring due to timeout, in seconds. Default it 600s (10 minutes). |
A rSet object with the dataset, downloaded from our server
if (interactive()) {
cleveland <- downloadRSet("Cleveland")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.