powered by
Adds a new function to the "function" slot in a PAMpalSettings object. Interactively asks for database files if none are supplied as input
addDatabase(pps, db = NULL, verbose = TRUE)
the same PAMpalSettings object as pps, with the database
db added to the "db" slot
db
a PAMpalSettings object to add a database to
database(s) to add, or single directory containing databases
logical flag to show messages
Taiki Sakai taiki.sakai@noaa.gov
# not recommended to create a pps like this, for example only pps <- new('PAMpalSettings') db <- system.file('extdata', 'Example.sqlite3', package='PAMpal') pps <- addDatabase(pps, db) pps
Run the code above in your browser using DataLab