Closed renkun-ken closed 9 years ago
The current implementation does not support one-sided formula. Formula can be used to program with rlist functions that use NSE to work.
> list.map(1:10, ~ . + 1) Error: Invalid lambda expression
Improve the lambda expression parser to support ~ expr as equal to expr.
~ expr
expr
The current implementation does not support one-sided formula. Formula can be used to program with rlist functions that use NSE to work.
Improve the lambda expression parser to support
~ expr
as equal toexpr
.