View source: R/AspectDependencies.R
setExtension | R Documentation |
To simplify the usage of extension of the RCX data model new extensions can easily registered on load with this function. Registered extension then automatically are used for the conversion of CX data containing aspects of these extensions. The accession names and classes then are also added to getAspectClasses.
setExtension(package, accession, className)
package |
character; name of the extension package |
accession |
character; accession name used in RCX (e.g. |
className |
character; class name of the aspect (e.g. |
options()$RCX.options$extensions
aspectClasses
## Not run: setExtension("RCXMyRcxExtension", "myRcxExtension", "MyRcxExtensionAspect") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.