Skip to contents

MDB indicators are stored on google drive. This helper function fetches a desired tab. Used to create filters, sort factor levels, and apply plain labels to indicators.

Usage

fetch_indicators(tab = "main")

Arguments

tab

which table is being created, main or treatment

Value

dataframe of indicators

Examples

if (FALSE) {
 fetch_indicators(ou_im, tab = "main")
 fetch_indicators(ou_im, tab = "treatment")}