View source: R/transform_uhc.R
| transform_uhc_single | R Documentation | 
This function is used within transform_uhc_data() to generate transformed data
on a single column.
transform_uhc_single(df, value_col, transform_value_col, ind_ids)
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
  | 
A single column data frame of transformed values.
Other uhc: 
calculate_uhc_billion(),
calculate_uhc_contribution(),
transform_uhc_data(),
uhc_df,
untransform_uhc_data(),
untransform_uhc_single()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.