View source: R/local-app-process.R
local_app_process | R Documentation |
You can start the process with an explicit $start()
call.
Alternatively it starts up at the first $url()
or $get_port()
call.
local_app_process(app, ..., .local_envir = parent.frame())
app |
|
... |
Passed to |
.local_envir |
The environment to attach the process cleanup to. Typically a frame. When this frame finishes, the process is stopped. |
new_app_process()
for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.