applyPropOwnership: Title

Description Usage Arguments Value

View source: R/applyPropOwnership.R

Description

Title

Usage

1
2
3
4
5
applyPropOwnership(
  modules,
  sharedModuleProps,
  genPropInfo = BioLockR::propInfo()
)

Arguments

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()

Value

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"


IvoryC/shinyBioLockJ documentation built on May 29, 2021, 7:40 a.m.