Skip to contents

Return citation for a given version

Usage

pip_citation(release_version = NULL, ppp_version = NULL, version = NULL)

Arguments

release_version

(character(1)) version of the data release in YYYYMMDD format. Default NULL.

ppp_version

(character(1) | numeric(1)) version of the data. Default NULL.

version

(character(1)) version of the data. Default NULL.

Value

A data.frame() with the citation.

See also

Other poverty and inequality statistics: pip_aux(), pip_data(), pip_group(), pip_health_check(), pip_info(), pip_valid_params(), pip_versions()

Examples

# \donttest{
pip_citation()
#>                                                                                                                                      citation
#> 1 World Bank (2025), Poverty and Inequality Platform (version 20240627_2017_01_02_PROD) [data set]. pip.worldbank.org. Accessed on 2025-02-21
#>                    version date_accessed
#> 1 20240627_2017_01_02_PROD    2025-02-21
# }