Nothing
#' @title Convert Plugin File
#' @description reads the Plugin file
#' @keywords internal
convert_js_to_text <- function(){
file_name <- file.path(find.package("shadowr"),"resources","querySelector.js")
return(readChar(file_name, file.info(file_name)$size))
}
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.