getDotVars: Get unevaluated variables passed as ellipses

View source: R/defaultVarInfoHelpers.R

getDotVarsR Documentation

Get unevaluated variables passed as ellipses

Description

Get variables which are passed as ellipses without evaluating them.

Usage

getDotVars(env)

Arguments

env

The environment where the "..." variable is present

Value

A named list for each element of "..." containing the expression that will be evaluated, the environment where it will be evaluated, and the string representation of the expression.


ManuelHentschel/vscDebugger documentation built on April 13, 2025, 8:59 p.m.