Description Value Super class Methods
Launch a crrrry on a webpage
Launch a crrrry on a webpage
A crrrry object
crrry::CrrryGeneric
-> CrrryOnPage
new()
Create a Chrome object that connect to an URL with a Shiny App
CrrryOnPage$new( chrome_bin = Sys.getenv("HEADLESS_CHROME"), chrome_port = 9222L, url, headless = headless, ... )
chrome_bin
Path to Chrome binary, passed to Chrome$new()
chrome_port
Chrome_port, passed to Chrome$new()
url
URL where the app is running
headless
Run headless? Passed to Chrome$new()
...
Futher args passed to Chrome$new()
stop()
Stop the process
CrrryOnPage$stop()
is_alive()
Check if the url is available
CrrryOnPage$is_alive()
clone()
The objects of this class are cloneable with this method.
CrrryOnPage$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.