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 8, 2020, 1:52 p.m.