names: Return Names of Variables contained in dfplus Objects.

namesR Documentation

Return Names of Variables contained in dfplus Objects.

Description

Application of names to objects of class dfplus.

Usage

## S4 method for signature 'dfplus'
names(x)

names(x) <- value

Arguments

x

Object of class dfplus.

value

Character value or vector with a new name for the respective variable.

Details

The replacement method change the name of the variables both, in the columns of slot data and in the rows of the slot metadata. For more details, see names.

Value

A vector with names of variables or an object of class dfplus with modified variable names.

Author(s)

Miguel Alvarez (malvarez@uni-bonn.de).

Examples

## Add example for this function

kamapu/dfplus documentation built on March 27, 2022, 4:10 a.m.