# 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$")
Run the code above in your browser using DataLab