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