removeBinaries: Remove Binaries from a PAMpalSettings Object
Description
Remove a binary folder and associated files from the "binaries"
slot in a PAMpalSettings object.
Usage
removeBinaries(pps, index = NULL)
Value
the same PAMpalSettings object as pps, with the binary
folders and files associated with those folders removed from the "binaries"
slot.
Arguments
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 1:1000