Learn R Programming

xfun (version 0.48)

strip_html: Strip HTML tags

Description

Remove HTML tags and comments from text.

Usage

strip_html(x)

Value

A character vector with HTML tags and comments stripped off.

Arguments

x

A character vector.

Examples

Run this code
xfun::strip_html("Hello world!")

Run the code above in your browser using DataLab