Description Value Super class Methods
Launch a crrrry on a local process
Launch a crrrry on a local process
A crrrry object
crrry::CrrryGeneric
-> CrrryOnPage
stdout()
Get the process stdout
CrrryProc$stdout()
stderr()
Get the process stderr
CrrryProc$stderr()
new()
Wait for a JS condition to be TRUE
CrrryProc$new( chrome_bin = Sys.getenv("HEADLESS_CHROME"), fun = "pkgload::load_all();run_app()", shiny_port = 2811L, chrome_port = 9222L, headless = TRUE, pre_launch_cmd = "", ... )
chrome_bin
Path to Chrome binary, passed to Chrome$new()
fun
A function launching the shiny app
shiny_port
The port to launch the shiny apps on
chrome_port
Chrome_port, passed to Chrome$new()
headless
Run headless? Passed to Chrome$new()
pre_launch_cmd
Code to launch before fun
.
...
Futher args passed to Chrome$new()
stop()
Stop the process
CrrryProc$stop()
is_alive()
Check if the url is available
CrrryProc$is_alive()
clone()
The objects of this class are cloneable with this method.
CrrryProc$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.