Description Usage Arguments Value Examples
Utility function to exract indicator names/description using a vector of corresponding indicator codes.
1 | get_var_names(x, steer)
|
x |
A vector of indicator codes to create indicators names from |
steer |
A data frame containing information on indicator names/description for each indicator code |
A list of indicator names/description corresponding to the indicator codes
1 2 3 4 | #
get_var_names(x = c("jmpWater1", "jmpWater2", "jmpWater3", "jmpWater4", "jmpWater5"),
steer = steerIndicators)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.