find_indicator {wcde} | R Documentation |
Find available indicator code names in the Wittgenstein Centre Human Capital Data Explorer
Description
Find available indicator code names in the Wittgenstein Centre Human Capital Data Explorer
Usage
find_indicator(x)
Arguments
x |
Character string on key word or name related to indicator of potential interest. |
Value
A subset of the wic_indicators
data frame with one or more of the indicator
, description
or definition
columns matching the keyword given to x
. Use the result in the indicator
column to input to the get_wcde
function for downloading data.
Examples
find_indicator("education")
find_indicator("migr")
find_indicator("fert")
[Package wcde version 0.0.7 Index]