.attr_transfer {volker}R Documentation

Transfer an attribute from one to another object

Description

Transfer an attribute from one to another object

Usage

.attr_transfer(to, from, key)

Arguments

to

The target object.

from

The source object.

key

The attribute key as character value.

Value

The target object with the updated attribute.


[Package volker version 3.0.0 Index]