bt {wrappedtools} | R Documentation |
bt
adds leading and trailing backticks to make illegal variable names
usable. Optionally removes them.
bt(x, remove = FALSE)
x |
Names to add backtick to. |
remove |
Option to remove existing backticks, default=FALSE. |
Character vector with backticks added.
bt('name 1')