addDatabase | R Documentation |
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)
pps |
a PAMpalSettings object to add a database to |
db |
database(s) to add, or single directory containing databases |
verbose |
logical flag to show messages |
the same PAMpalSettings object as pps, with the database
db
added to the "db" slot
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.