. {CoreGx}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

...

['parilist'] One or more R expressions to convert to calls.

Value

['call'] An R call object containing the quoted expression.

Examples

.(cell_line1 == 'A2058')


[Package CoreGx version 1.2.0 Index]