bt: Add backticks to names or remove them

View source: R/basefunctions.R

btR 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')


wrappedtools documentation built on Sept. 24, 2023, 5:06 p.m.