resolve_column: Helper for evaluating column names, strings, or...

View source: R/internal-resolve_column.R

resolve_columnR Documentation

Helper for evaluating column names, strings, or self-contained vectors

Description

Accepts:

  • Unquoted column names (tidy-eval style)

  • Quoted column names (as strings)

  • Self-contained vectors

Usage

resolve_column(arg)

Arguments

arg

A column name (unquoted or string) or a vector.

Value

A quosure, symbol, or literal vector depending on input.


MAPCtools documentation built on June 25, 2025, 5:09 p.m.