Join us for
RADAR: AI Edition

eyetrackingR (version 0.2.1)

reclass: Add the original class/attributes back onto result (usually of dplyr operation)

Description

Add the original class/attributes back onto result (usually of dplyr operation)

Usage

reclass(x, result, ...)

# S3 method for eyetrackingR_df reclass(x, result, ...)

Value

The result, now with class/attribute information restored.

The result, now with class/attribute information restored.

Arguments

x

The original object, class inforamation you want to restore.

result

Some transformation of x, which may have removed its class/attributes.

...

Ignored

Methods (by class)

  • reclass(eyetrackingR_df): Add the original class/attributes back onto result (usually of dplyr operation)