funneljoin (version 0.1.0)

reclass: Copy class and attributes from the original version of an object to a modified version.

Description

Copied over from https://github.com/tidyverse/dplyr/issues/719

Usage

reclass(x, result)

Value

result, now with class/attributes restored.

Arguments

x

The original object, which has a class/attributes to copy

result

The modified object, which is / might be missing the class/attributes.