| oceSetMetadata {oce} | R Documentation |
Set Something in an oce metadata Slot
oceSetMetadata(object, name, value, note = "")
object |
an oce object. |
name |
String indicating the name of the item to be set. |
value |
Value for the item. |
note |
Either empty (the default), a character string, or |
Dan Kelley
Other things related to the metadata slot:
oceDeleteMetadata(),
oceGetMetadata(),
oceRenameMetadata()