Learn R Programming

tatooheene (version 0.19.0)

nl_ppp: A function to obtain the Dutch PPP factor values in International Dollar (INT$)

Description

[Experimental] This function downloads the Purchasing Power Parity (PPP) factor values for the Netherlands from the OECD website per year in International Dollar (Int$).

Usage

nl_ppp(year = "all")

Value

A dataframe or value with the PPP factor values for the specified years.

Arguments

year

The year of which the PPP factor should be downloaded, multiple years are possible, default is the whole dataset.

Examples

Run this code
# Example usage of the nl_ppp function
nl_ppp(year = 2019)

Run the code above in your browser using DataLab