Custom operators that make composing and working with R symbolic expressions easier.
Function or value | Description |
Full Usage:
key => value
Parameters:
string
value : 'a
Returns: string * obj
|
|
Full Usage:
expr ? mem
Parameters:
SymbolicExpression
mem : string
Returns: SymbolicExpression
Modifiers: inline |
Opens a dynamic property of an R symbolic expression. Supports named lists, S4 objects, and dataframes. If a dataframe, the column is extracted by name.
|