Learn R Programming

sumup (version 1.0.1)

set_default_settings: Settings functionality for package 'sumup'

Description

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'

Usage

set_default_settings()

Arguments

Value

A list containing all settings used in 'sumup'

Author

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.