Description Usage Arguments Examples
Starts a Reactor server
1 | start_reactor(notebook)
|
notebook |
ReactorNotebook to view in the web-based notebook editor |
1 2 3 4 5 6 7 8 9 | ## Not run:
library(ReactorNotebook)
notebook <- ReactorNotebook$new()
server <- start_reactor(notebook)
stop_reactor(server)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.