dbosak01 / fmtr

An R package for formatting data.
12 stars 1 forks source link

fapply() on user-defined format is failing when the conditions don't catch all vector values. #2

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

If a user-defined format doesn't catch all values in the vector, the format is failing. Would like any un-trapped values to fall though unaltered.

dbosak01 commented 3 years ago

This issue was fixed in version 1.2.0. fapply() now allows unformatted values to fall though the format unchanged.