oceSetMetadata {oce} | R Documentation |
metadata
slot of an oce
objectSet something in the metadata
slot of an oce
object
oceSetMetadata(object, name, value, note = "")
object |
an |
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 |