Learn R Programming

volker (version 2.1.0)

.attr_transfer: Transfer an attribute from one to another object

Description

Transfer an attribute from one to another object

Usage

.attr_transfer(to, from, key)

Value

The target object with the updated attribute.

Arguments

to

The target object.

from

The source object.

key

The attribute key as character value.