View source: R/methods-Module.R
loadHotspotObject | R Documentation |
Load in an existing Hotspot object from bytes or a file
loadHotspotObject(file = NULL, bytes = NULL)
file |
optional path to an existing file containing pickled bytes (format 0) |
bytes |
optional R character vector of bytes created by calcHotspotModules |
an externalptr to a Hotspot Object loaded in the R reticulate session
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.