Skip to contents

Remove all HTML tags from a character vector

Usage

strip_html(x)

Arguments

x

chr

Value

chr without HTML tags

See also

Examples

strip_html("The <strong>fox</strong> ran")
#> [1] "The fox ran"