removeDatabase: Remove a Database from a PAMpalSettings Object
Description
Remove a database from the "db" slot in a PAMpalSettings
object.
Usage
removeDatabase(pps, index = NULL)
Value
the same PAMpalSettings object as pps, with the database(s)
removed from the "db" slot
Arguments
pps
a PAMpalSettings object to remove a database from
index
index indicating which database(s) to remove. Can be a vector
if you want to remove multiple databases. If missing user is prompted to
select a database from a list, will only show up to the first 20. You can
easily remove all of the databases with a large index like 1:1000