powered by
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.
x
Ignored
The result, now with class/attribute information restored.
result