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_binPath to Chrome binary, passed to Chrome$new()
funA function launching the shiny app
shiny_portThe port to launch the shiny apps on
chrome_portChrome_port, passed to Chrome$new()
headlessRun headless? Passed to Chrome$new()
pre_launch_cmdCode 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.