R/cleanFun.R

cleanFun <-
function(htmlString) {
  return(gsub("<.*?>", "", htmlString))
}

Try the translateR package in your browser

Any scripts or data that you put into this service are public.

translateR documentation built on May 2, 2019, 2:31 p.m.