# Example usage of the nl_med_prices function
# Calculate for year 2024 with the category Nursing
nl_ref_prices(year = "2024", category = "Nursing")
# Calculate for year 2022 and 2023 the category Nursing
nl_ref_prices(year = c(2022,2023), category = "Nursing")
# Calculate for year 2022 with the category Nursing in INT$
nl_ref_prices(year = "2022", category = "Nursing" , currency = "INT$")
Run the code above in your browser using DataLab