Return the available data versions
Value
A data.frame() with the available versions.
See also
Other poverty and inequality statistics:
pip_aux(),
pip_citation(),
pip_data(),
pip_group(),
pip_health_check(),
pip_info(),
pip_valid_params()
Examples
# \donttest{
vers <- pip_versions()
head(vers)
#> version release_version ppp_version identity
#> 1 20250930_2021_01_02_PROD 20250930 2021 PROD
#> 2 20250930_2017_01_02_PROD 20250930 2017 PROD
#> 3 20250401_2021_01_02_PROD 20250401 2021 PROD
#> 4 20250401_2017_01_02_PROD 20250401 2017 PROD
#> 5 20240627_2017_01_02_PROD 20240627 2017 PROD
#> 6 20240627_2011_02_02_PROD 20240627 2011 PROD
# }