View source: R/removeBinaries.R
removeBinaries | R Documentation |
Remove a binary folder and associated files from the "binaries" slot in a PAMpalSettings object.
removeBinaries(pps, index = NULL)
pps |
a PAMpalSettings object to remove binaries from |
index |
index indicating which binary folders to remove. Can be a vector
if you want to remove multiple folders. If missing user is prompted to
select a folder from a list, will only show up to the first 20. You can
easily remove all of the folders with a large index like |
the same PAMpalSettings object as pps, with the binary folders and files associated with those folders removed from the "binaries" slot.
Taiki Sakai taiki.sakai@noaa.gov
exPps <- new('PAMpalSettings')
exPps <- addBinaries(exPps, system.file('extdata', 'Binaries', package='PAMpal'))
removeBinaries(exPps,index = 1)
if(interactive()) removeBinaries(exPps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.