View source: R/pip_load_results.R
pip_load_results | R Documentation |
Load PIP pre-calculated data sets
pip_load_results( output = NULL, country = NULL, year = NULL, tool = c("PC", "TB"), type = c("dataframe", "list"), root_dir = Sys.getenv("PIP_ROOT_DIR"), verbose = getOption("pipload.verbose") )
output |
character: name of the output file |
country |
character: vector of ISO3 country codes. |
year |
numeric: survey year |
tool |
character: PIP tool in which data will be used. It could be
|
type |
character: Either |
root_dir |
character: root directory of the PIP data |
verbose |
logical: If TRUE, display informative messages. Default TRUE |
data.table
pip_load_results("interpolated_means")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.