Skip to contents

This is used to pass through unevaluated R expressions into subset and [, where they will be evaluated in the correct context.

Usage

.(...)

Arguments

...

pairlist One or more R expressions to convert to calls.

Value

call An R call object containing the quoted expression.

Examples

.(sample_line1 == 'A2058')
#> sample_line1 == "A2058"