R/aaa.R

as_xml <- function(x) {
  suppressWarnings(
    xml2:::read_xml.raw(charToRaw(x), "UTF-8", as_html = TRUE,
      options = 289L)
  )
}
mkearney/getwebdata documentation built on May 26, 2019, 4:42 p.m.