encloseBr {FastUtils}R Documentation

Enclose String with Brackets

Description

This function encloses a string with parentheses.

Usage

encloseBr(x)

Arguments

x

A character string to enclose.

Value

A new character string with x enclosed by parentheses.

Examples

encloseBr("text") # returns "(text)"

[Package FastUtils version 0.1.1 Index]