filterTabChecks: Checks for whether the current data and settings support a filter tab
Description
Checks for whether the current data and settings support a filter tab
Usage
filterTabChecks(domainData, filterDomain, current_mapping)
Value
reactive that returns a boolean indicating whether the checks passed and filtering can be initialized
Arguments
- domainData
list of data files for each domain
- filterDomain
domain to use for filtering (typically "dm")
- current_mapping
current data mapping (REACTIVE)