backquote {sig} | R Documentation |
Wraps strings in backquotes.
backquote(x)
x |
A character vector. |
A character vector.
Existing backquote characters are escaped with a backslash.
## Not run:
backquote(c("foo bar", "a`b`c"))
## End(Not run)