View source: R/find_indicator.R
find_indicator | R Documentation |
Find available indicator code names or file groups for UN DESA World Population Prospects data
find_indicator(x, wpp_version = 2022, simple = TRUE)
x |
Character string on key word or name related to indicator of potential interest. |
wpp_version |
Integer for WPP version. Default of |
simple |
Logical to give simple table without variant or file group information |
A subset of the wpp_indicators data frame with one or more of columns matching the keyword given to x
. Use the result in the indicator
column to input to the get_wpp() function for downloading data.
find_indicator("migration") find_indicator("sex ratio") # show variant information find_indicator("Deaths", simple = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.