oceGetMetadata: Get Something From an oce metadata Slot

View source: R/accessors.R

oceGetMetadataR Documentation

Get Something From an oce metadata Slot

Description

In contrast to the various [[ functions, this is guaranteed to look only within the metadata slot. If the named item is not found, NULL is returned.

Usage

oceGetMetadata(object, name)

Arguments

object

an oce object.

name

String indicating the name of the item to be found.

Author(s)

Dan Kelley

See Also

Other things related to the metadata slot: oceDeleteMetadata(), oceRenameMetadata(), oceSetMetadata()


oce documentation built on July 9, 2023, 5:18 p.m.