strip_tags.Rd
Remove tags from character string.
strip_tags(s, ...) # S3 method for character strip_tags(s, ...) # S3 method for list strip_tags(s, ...) # S3 method for data.frame strip_tags(s, text, ...)
s | A Character string or data.frame. |
---|---|
... | Any other options. |
text | bare name of text column. |