hiveSlots: Get or set various slots of a S4 objects

Get or set S4 object slotsR Documentation

Get or set various slots of a S4 objects

Description

These are convenience functions for getting and setting various slots of an S4 representation of a record.

Usage

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

Arguments

object

An R object

value

The value that the slot should take

Value

objectCreationDate, objectCreator, objectDescription, objectGroup, objectName, objectOwner

A character vector of length 1.

objectId

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.

objectPermissions

A linkS4class{hivePermissions} object.

Author(s)

Adam C. Gower agower@bu.edu

See Also

The hiveSlotName function returns the name of the slot that corresponds to these fields, rather than the field itself.


agower/GeneHive documentation built on April 14, 2022, 5:08 a.m.