Learn R Programming

panelr (version 1.0.0)

bt: Add backticks to names

Description

Add backticks to variable names for use in formulas or expressions. Handles NULL input and avoids double-backticking.

Usage

bt(x)

Value

A character vector with backticks added, or NULL if input was NULL

Arguments

x

A character vector of variable names (or NULL)