nl_prod_oth_prices: A function to download the Productivity and other societal...

View source: R/nl_prod_oth_prices.R

nl_prod_oth_pricesR Documentation

A function to download the Productivity and other societal Reference prices of the Dutch Costing Manual for one or multiple years

Description

[Experimental] This function downloads the Productivity and other societal Reference prices of the Dutch Costing Manual for one or multiple years. The prices are available in Euro (EUR) or International Dollar (INT$).

Usage

nl_prod_oth_prices(
  year = "all",
  category = "all",
  unit = "all",
  currency = c("EUR", "INT$")
)

Arguments

year

The year of which the reference price should be downloaded, multiple years are possible, default is the whole dataset

category

The category of prices that should be included (one or more categories), default is including all categories

unit

The reference price that should be included (one or multiple reference prices), default is including the whole dataframe

currency

The currency in which the reference price should be included (EUR or INT$), default is EUR

Value

A dataframe or value with the Productivity and/other societal Reference price(s) of the Dutch Costing Manual

Examples

# Example usage of the nl_prod_oth_prices function:
# Calculate for 2023 with the category Productivity loss - Paid work in EUR
nl_prod_oth_prices(year = "2023", category = "Productivity loss - Paid work")

# Calculate for 2022 and 2023 with the category Productivity loss - Paid work in EUR
nl_prod_oth_prices(year = "all", category = "Productivity loss - Paid work")

# Calculate for 2022 with the category Productivity loss - Paid work in INT$
nl_prod_oth_prices(year = "2022", category = "Productivity loss - Paid work", currency = "INT$")


tatooheene documentation built on April 3, 2025, 7:11 p.m.