Skip to contents

This function is used within transform_uhc_data() to generate transformed data on a single column.

Usage

transform_uhc_single(df, value_col, transform_value_col, ind_ids)

Arguments

df

Data frame in long format, where 1 row corresponds to a specific country, year, and indicator.

value_col

Column name of column with indicator values.

transform_value_col

Column name of column(s) with transformed indicator values

ind_ids

Named vector of indicator codes for input indicators to the Billion. Although separate indicator codes can be used than the standard, they must be supplied as a named vector where the names correspond to the output of billion_ind_codes().

Value

A single column data frame of transformed values.