attrs: Select attributes.

View source: R/tools.R

attrsR Documentation

Select attributes.

Description

Select or discard attributes from an object.

Usage

attrs(x, atr = NULL, keep = TRUE)

Arguments

x

The object to work on

atr

An optional list of attributes which are either kept or removed. This parameter defaults to dim, dimnames, names, col.names, and row.names.

keep

For keep = TRUE, atr is a positive list on attributes which are kept, for keep = FALSE, atr are removed.

Value

x with selected attributes.

Author(s)

Wolfgang Mader, Wolfgang.Mader@fdm.uni-freiburg.de

Mirjam Fehling-Kaschek, mirjam.fehling@physik.uni-freiburg.de


dkaschek/dMod documentation built on May 9, 2024, 2:07 a.m.