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 April 4, 2026, 1:07 a.m.