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_binPath to Chrome binary, passed to Chrome$new()
chrome_portChrome_port, passed to Chrome$new()
urlURL where the app is running
headlessRun 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.