Learn R Programming

safetyGraphics (version 1.1.0)

removeSettings: Remove a setting from the safetyGraphics shiny app

Description

This function updates settings objects to remove a setting parameter from the safetyGraphics shiny app

Usage

removeSettings(text_keys, settingsLocation = getwd())

Arguments

text_keys

Text keys indicating the setting names to be removed.

settingsLocation

path where the custom settings will be loaded/saved. If metadata is not found in that location, it will be read from the package (e.g. safetyGraphics::settingsMetadata), and then written to the specified location once the setting has been removed.

Details

This function makes it easy for remove a setting from the safetyGraphics shiny app by making updates to the underlying metadata used by the package.