View source: R/removeSettings.R
removeSettings | R Documentation |
Remove all settings from the "settings" slot in a PAMpalSettings object.
removeSettings(pps)
pps |
a PAMpalSettings object to remove settings from |
the same PAMpalSettings object as pps, with all settings removed from the "settings" slot
Taiki Sakai taiki.sakai@noaa.gov
exPps <- new('PAMpalSettings')
exPps <- addSettings(exPps, system.file('extdata', 'Example.xml', package='PAMpal'))
removeSettings(exPps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.