R/convert_js_to_text.R

Defines functions convert_js_to_text

Documented in convert_js_to_text

#' @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))
}
Ricardo281/shadowr documentation built on April 23, 2022, 12:41 a.m.