$,mw_base-method | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.