R/helpers.R
reclass.Rd
Add the original class/attributes back onto result (usually of dplyr operation)
reclass(x, result, ...)
The original object, class inforamation you want to restore.
Some transformation of x
, which may have removed its class/attributes.
Ignored
The result
, now with class/attribute information restored.