Nothing
#' @title Shadow Class Constructor
#' @description This is a Class Constructor function to create a shadow class and are able to use the
#' Selenium plugin to manage multiple levels of shadow elements on a web page.
#' @param driver The shadow class takes a R Selenium Remote Driver
#' @import methods
#' @import RSelenium
#' @keywords shadow
#' @seealso
#' \code{\link{shadow-class}} or
#' \cr
#' \url{https://github.com/ricilandolt/shadowr} for examples
#' @export
#'
shadow <- function(driver){
new("shadow", driver = driver, javascript_library = convert_js_to_text())
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.