#' @title Convert JS File
#' @description reads the js file
#' @keywords internal
convert_js_to_text <- function(){
file_name <- file.path(find.package("shadowr"),"resources","querySelector.js")
print(file_name)
return(readChar(file_name, file.info(file_name)$size))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.