View source: R/pip_find_cache.R
pip_find_cache | R Documentation |
Find cache data based on patterns
pip_find_cache( country = NULL, year = NULL, survey_acronym = NULL, data_level = NULL, welfare_type = NULL, source = NULL, tool = c("PC", "TB"), root_dir = Sys.getenv("PIP_ROOT_DIR"), pipedir = pip_create_globals(root_dir)$PIP_PIPE_DIR )
country |
character: vector of ISO3 country codes. |
year |
numeric: survey year |
survey_acronym |
character: Survey acronym |
data_level |
character: either "D1" for national, "D2" for urban/rural, "D3" for subnational |
welfare_type |
character: Either "CON" for consumption or "INC" for income |
source |
character: Source of data. It could be |
tool |
character: PIP tool in which data will be used. It could be
|
root_dir |
character: root directory of the PIP data |
pipedir |
charater: directory of pipeline. Default is
|
data.table
## Not run: pip_find_cache() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.