Learn R Programming

sumup (version 1.0.1)

update_setting: Update setting

Description

Replace the value of one particular setting value

Usage

update_setting(settings, setting_name, new_value)

Value

A list containing all settings used in 'sumup'

Arguments

settings

A current list of settings (list)

setting_name

The name of the setting that needs updating (string)

new_value

The new value of the setting