This file contains helper functions used throughout package 'sumup' to set and update the settings of the algorithm.
Create a list of settings for the algorithms in 'sumup'
set_default_settings()A list containing all settings used in 'sumup'
Joyce M.W. Moonen - van Loon
This file defines functions used to set and update the settings used in the 'sumup' algorithms Functions in this file:
set_default_settings(): Set the default settings list of the package (optimized for a Dutch Master in Medicine education using CanMeds competencies and professional activities)
update_educational_framework_settings(settings): Update settings related to the educational framework
update_setting(settings, setting_name, new_value): Updates setting 'setting_name' with value 'new_value', returning the new list of settings
check_all_settings(settings): Check whether all settings are of the correct type and fit the required ranges
check_setting(settings, setting_name, setting_value): Check whether setting_value is allowed for setting 'setting_name'
Usage: Load this package and call the functions directly.
Note: This file is part of the 'sumup' package.