R/rm_tags.R

#' Remove HTML Tags
#'
#' Remove HTML Tags.
#'
#' @param xx text string / vector
#' @export
rm_tags <- function(xx){
  rm_extra_ws(gsub("<[^>]*?>", " ", xx))
}
steventsimpson/kleentex documentation built on May 30, 2019, 4:48 p.m.