This help topic is for R version 2.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/slotOp.html
slotOp {base}R Documentation

Extract Slots

Description

Extract tbe contents of a slot in a object with a formal class structure.

Usage

object@name

Arguments

object

An object from a formally defined class.

name

The character-string name of the slot.

Details

This operator supports the formal classes of package methods, and is disabled unless the methods is loaded. See slot for further details.

Currently there is no checking that the object is an instance of a formal class, nor that name is a slot name.

See Also

Extract, slot


[Package base version 2.5.0 ]