getIntern: Retrieve the specified item from object internal metadata.

getInternR Documentation

Retrieve the specified item from object internal metadata.

Description

Internal slot for storing metadata relevant to the internal operation of an S4 object.

Usage

getIntern(object, x, ...)

Arguments

object

S4 An object with an @.itern slot containing an environment.

x

character One or more symbol names to retrieve from the object@.intern environment.

...

Allow new parmeters to be defined for this generic.

Details

Warning: This method is intended for developer use and can be ignored by users.

Value

Depends on the implemented method

Examples

print("Generics shouldn't need examples?")


bhklab/CoreGx documentation built on March 14, 2024, 3:04 a.m.