get_context | R Documentation |
Get an object's context or elements thereof
get_context(x) ## S4 method for signature 'stype' get_context(x) get_short_label(x) ## S4 method for signature 'context' get_short_label(x) ## S4 method for signature 'stype' get_short_label(x) get_long_label(x) ## S4 method for signature 'context' get_long_label(x) ## S4 method for signature 'stype' get_long_label(x) get_description(x) ## S4 method for signature 'context' get_description(x) ## S4 method for signature 'stype' get_description(x) get_derivation(x) ## S4 method for signature 'context' get_derivation(x) ## S4 method for signature 'stype' get_derivation(x) get_purpose(x) ## S4 method for signature 'context' get_purpose(x) ## S4 method for signature 'stype' get_purpose(x) get_security_type(x) ## S4 method for signature 'context' get_security_type(x) ## S4 method for signature 'stype' get_security_type(x) ## S4 method for signature 'stype' get_purpose(x) set_context(x, to) ## S4 method for signature 'stype,context' set_context(x, to) set_short_label(x, to) ## S4 method for signature 'context,character' set_short_label(x, to) ## S4 method for signature 'stype,character' set_short_label(x, to) set_long_label(x, to) ## S4 method for signature 'context,character' set_long_label(x, to) ## S4 method for signature 'stype,character' set_long_label(x, to) set_description(x, to) ## S4 method for signature 'context,character' set_description(x, to) ## S4 method for signature 'stype,character' set_description(x, to) set_derivation(x, to) ## S4 method for signature 'context,character' set_derivation(x, to) ## S4 method for signature 'stype,character' set_derivation(x, to) set_purpose(x, to) ## S4 method for signature 'context,purpose' set_purpose(x, to) ## S4 method for signature 'stype,purpose' set_purpose(x, to) set_security_type(x, to) ## S4 method for signature 'context,character' set_security_type(x, to) ## S4 method for signature 'stype,character' set_security_type(x, to)
x |
a stype object |
to |
what to set the element to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.