syberia / mungebits2

Atomic production-ready data preparation in R
MIT License
3 stars 2 forks source link

Define "standard evaluation" mungebits #6

Closed robertzk closed 9 years ago

robertzk commented 9 years ago

The default mungebit should be a very fast one which does not support nonstandard evaluation pass-along. This could be up to 4x faster on a simple mungebit like a column doubler. The user should have to specify if they want to have NSE pass-along.

robertzk commented 9 years ago

Remember to fix the last test in the column_transformation suite.