Description Public fields Methods
Generic crrry methods
Generic crrry methods
processChrome process, frm {crrri}
call_js()Execute JavaScript code in the session.
CrrryGeneric$call_js(code, check = TRUE)
codeJS code
checkShould {crrry} check if Shiny is still running?
click_on_id()Click on an id
CrrryGeneric$click_on_id(id, check = TRUE)
idID
checkShould {crrry} check if Shiny is still running?
gremlins_horde()Send a gremlin.js horde
CrrryGeneric$gremlins_horde(check = TRUE)
checkShould {crrry} check if Shiny is still running?
shiny_set_input()Set the value of a shiny input
CrrryGeneric$shiny_set_input(id, val, check = TRUE)
idShiny ID
valValue for the ID
checkShould {crrry} check if Shiny is still running?
wait_for_shiny_ready()Wait for Shiny to be ready
CrrryGeneric$wait_for_shiny_ready(check = TRUE)
checkShould {crrry} check if Shiny is still running?
wait_for()Wait for a JS condition to be TRUE
CrrryGeneric$wait_for(cond, check = TRUE)
condJS condition
checkShould {crrry} check if Shiny is still running?
clone()The objects of this class are cloneable with this method.
CrrryGeneric$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.