sig (version 0.0-5)

backquote: Wrap in backquotes

Description

Wraps strings in backquotes.

Usage

backquote(x)

Arguments

x

A character vector.

Value

A character vector.

See Also

sQuote

Examples

Run this code
# NOT RUN {
backquote(c("foo bar", "a`b`c"))
# }

Run the code above in your browser using DataLab