bt: Add backticks to names

View source: R/wb_utils.R

btR Documentation

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)

Arguments

x

A character vector of variable names (or NULL)

Value

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


panelr documentation built on Jan. 21, 2026, 9:06 a.m.