Get or set S4 object slots | R Documentation |
These are convenience functions for getting and setting various slots of an S4 representation of a record.
objectCreationDate(object) objectCreator(object) objectDescription(object) objectGroup(object) objectId(object) objectLastUpdated(object) objectName(object) objectOwner(object) objectPermissions(object) objectDescription(object) <- value objectGroup(object) <- value objectId(object) <- value objectName(object) <- value objectOwner(object) <- value objectPermissions(object) <- value
object |
An R object |
value |
The value that the slot should take |
A character vector of length 1.
The unique identifier is returned; for a
hiveEntity
, this will be a
UUID
object; for a
hiveWorkFileProperties
object, this will be a
hiveWorkFileID
object; and for
hiveEntityClass
, hiveGroup
or
hiveUser
objects, this will be a character string.
A linkS4class{hivePermissions}
object.
Adam C. Gower agower@bu.edu
The hiveSlotName
function returns the name of the slot that
corresponds to these fields, rather than the field itself.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.