getAttributes.default: Gets and sets attributes of an object
Description
Gets and sets attributes of an object.
Usage
# S3 method for default
getAttributes(object, private=FALSE, ...)
Value
Returns a named list
, NULL
or a modified object itself.
Arguments
- object
An object.
- private
If TRUE
, attributes starting with a period are
also returned, otherwise not.
- ...
Not used.