R/convert_js_to_text.R

Defines functions convert_js_to_text

Documented in convert_js_to_text

#' @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))
}
ricilandolt/shadowr documentation built on May 25, 2022, 2:58 p.m.