removeSettings {PAMpal} | R 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)
[Package PAMpal version 1.2.1 Index]