$,mw_base-method {metabolomicsWorkbenchR} | R Documentation |
Gets the value of a slot from mw_base objects, provided they are not listed as 'private'.
## S4 method for signature 'mw_base' x$name
x |
An object derived from mw_base. |
name |
The name of the slot to access. |
The assigned to the slot.
# an object derived from mw_base object C = context$study # access the name slot C$name