UNPKG

study-overview

Version:

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

8 lines (6 loc) 227 B
export default function standardizeVariable(setting, variables) { const variable = variables.find(variable => this.settings[setting].find(col => col === variable.toLowerCase()) ); return variable; }