USAID-OHA-SI / mindthegap

Munges and returns estimates from UNAIDS data.
https://usaid-oha-si.github.io/mindthegap/
Other
4 stars 0 forks source link

clean indicator names #24

Closed achafetz closed 2 years ago

achafetz commented 2 years ago

for the initial naming, underscored are used to replace spaces when the indicators are column names. I think we should clean these up when we reshape them wide, so that we

KNOWN_STATUS_ON_ART -> KNOWN STATUS ON ART

mutate(indicator = str_replace(indicator, "_", " "))