escape.html: Escapes html tags

Description Usage Arguments Value Examples

View source: R/html.R

Description

Escapes html by converting &,<,> and quotes to inactive forms

Usage

1

Arguments

s

a character string representing an html tag

Value

character sting representing an escaped html tag

Examples

1
escape.html("<p><script>Do something evil</script></p>")

DASpringate/samatha documentation built on May 6, 2019, 1:16 p.m.