Learn R Programming

PAMpal (version 1.4.4)

removeSettings: Remove Settings from a PAMpalSettings Object

Description

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

Usage

removeSettings(pps)

Value

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

Arguments

pps

a PAMpalSettings object to remove settings from

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code

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

Run the code above in your browser using DataLab