UNPKG

study-overview

Version:

a high-level summary of study accrual and data cleaning metrics

14 lines (13 loc) 401 B
export default function dataSpecifications() { this.settings.modules.forEach(module => { module.variables = Array.from( new Set( d3.merge( module.results.map(result => result.subset ? result.subset.map(subset => subset.key) : [] ) ) ) ); }); }