dot-: Convenience function for converting R code to a call

.R Documentation

Convenience function for converting R code to a call

Description

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')


bhklab/CoreGx documentation built on March 14, 2024, 3:04 a.m.