attrnames: Get Names of Attributes

Description Usage Arguments Value Examples

View source: R/attribute_names.R

Description

Get the names of the attributes of an input object.

Usage

1
attrnames(obj)

Arguments

obj

Any object.

Value

Vector of character strings with the names of the attributes.

Examples

1
2
3
x <- matrix(1:100, ncol = 5)
colnames(x) <- LETTERS[1:5]
attrnames(x)

nima documentation built on March 13, 2020, 2:10 a.m.

Related to attrnames in nima...