R/RS.locate.R

Defines functions RS.locate

#' Locate
#'
#' @param xpath xpath
#'
#' @return text
#' @export
#'
RS.locate <- function(xpath){
    read_html(remDr$getPageSource()[[1]][1]) %>%
    html_nodes(xpath=xpath)
}
yikeshu0611/RS.driver documentation built on April 6, 2020, 8:48 a.m.