entities: Translate character string into HTML entities

Description Usage Arguments Value Examples

Description

Translate character string into HTML entities

Usage

1
entities(string, collapse = TRUE)

Arguments

string

Character string to be translated.

collapse

Logical, if TRUE one single string is returned

Value

Either a named character vector, one element for each character, or a single string.

Examples

1
entities("foo_bar")

saurfang/roxyPackage documentation built on May 29, 2019, 3:20 p.m.