Description Usage Arguments Value See Also Examples
View source: R/launchCerebro.R
Launch Cerebro interface.
1 | launchCerebro(version = "v1.3", ...)
|
version |
Which version of Cerebro to launch: "v1.0", "v1.1", "v1.2", "v1.3"; defaults to "v1.3". |
... |
Further parameters that are used by |
Shiny application.
launchCerebroV1.0
, launchCerebroV1.1
,
launchCerebroV1.2
, launchCerebroV1.3
1 2 3 4 5 6 | if ( interactive() ) {
launchCerebro(
version = "v1.3",
options = list(port = 1337)
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.