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