RemoveHtmlTags: Remove html tags from string

remove_html_tagsR Documentation

Remove html tags from string

Description

Removes html tags from string which can later be used as html-free text e.g. in labels.

Usage

remove_html_tags(x)

Arguments

x

A string possibly with embedded html tags.

Details

This is a utility function for refining text.

This is useful in generic tasks such as autogeneration of code.

Value

A string free of html tags and elements.


smockin/RedcapData documentation built on Feb. 2, 2023, 3:19 a.m.