| oceDeleteData {oce} | R Documentation |
Delete Something From the data Slot of an oce Object
Description
Return a copy of the supplied object that lacks the named
element in its data slot, and that has a note
about the deletion in its processing log.
Usage
oceDeleteData(object, name)
Arguments
object |
an oce object. |
name |
String indicating the name of the item to be deleted. |
Author(s)
Dan Kelley
See Also
Other things related to the data slot:
oceGetData(),
oceRenameData(),
oceSetData()
[Package oce version 1.8-2 Index]