Description Usage Arguments Value
View source: R/applyPropOwnership.R
Title
1 2 3 4 5 | applyPropOwnership(
modules,
sharedModuleProps,
genPropInfo = BioLockR::propInfo()
)
|
modules |
list of module info, elements should be named, generally similar what is returned by BioLockR::moduleInfo(), elements must be named using their alias within the pipeline. |
sharedModuleProps |
a vector of properties that are used by more than one module (general properties are ignored) |
genPropInfo |
list of property info object, similar to what is returned by BioLockR::propInfo() |
a list similar to modules, but where the properties objects have added elements "override", "isKey", and "ownership"; override is the module-specific override property for this this module and property and ownership is one of "general", "shared", or "single"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.