bt {wrappedtools} | R Documentation |
Add backticks to names or remove them
Description
bt
adds leading and trailing backticks to make illegal variable names
usable. Optionally removes them.
Usage
bt(x, remove = FALSE)
Arguments
x |
Names to add backtick to. |
remove |
Option to remove existing backticks, default=FALSE. |
Value
Character vector with backticks added.
Examples
bt('name 1')
[Package wrappedtools version 0.9.5 Index]