remove_html_tags: Remove HTML tags

Description Usage Arguments Value Examples

View source: R/remove_html_tags.R

Description

Take a string and remove HTML tags from hit.

Usage

1

Arguments

h_str

A string possibly containing HTML tags

Value

Cleaned string

Examples

1
2
to_clean <- "<li> some \n <b>bullet</b> </li>"
remove_html_tags(to_clean)

aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.