removeSettings: Remove Settings from a PAMpalSettings Object

View source: R/removeSettings.R

removeSettingsR Documentation

Remove Settings from a PAMpalSettings Object

Description

Remove all settings from the "settings" slot in a PAMpalSettings object.

Usage

removeSettings(pps)

Arguments

pps

a PAMpalSettings object to remove settings from

Value

the same PAMpalSettings object as pps, with all settings removed from the "settings" slot

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples


exPps <- new('PAMpalSettings')
exPps <- addSettings(exPps, system.file('extdata', 'Example.xml', package='PAMpal'))
removeSettings(exPps)


PAMpal documentation built on Aug. 12, 2023, 1:06 a.m.