strip_html: strip_html

View source: R/strip_html.r

strip_htmlR Documentation

strip_html

Description

Remove all values between "<>", which are typically HTML tags.

Usage

strip_html(dat, ignore = NULL, trim_space = TRUE)

Arguments

dat

a data.frame.

ignore

a character vector containing values to ignore while stripping HTML tags. For instance, if you have <keep me> and <me too> in your column names, add ignore = c("keep me", "me too").

trim_space

logical, if TRUE trim extra white space

Value

a data.frame object.

Examples

## Not run: 
fetch_survey_obj(1234567890) %>%
  parse_survey() %>%
  strip_html()

## End(Not run)


sfirke/surveymonkey documentation built on Oct. 14, 2022, 6:18 a.m.