oceGetData {oce} | R Documentation |
Extract Something From the data Slot of an oce Object
Description
In contrast to the various [[
functions, this is
guaranteed to look only within the data
slot. If
the named item is not found, NULL
is returned.
Usage
oceGetData(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 data slot:
oceDeleteData()
,
oceRenameData()
,
oceSetData()
[Package oce version 1.8-2 Index]