Description Usage Arguments Value Author(s) Examples
Adds a new function to the "function" slot in a PAMrSettings object.
1 | addDatabase(prs, db = NULL)
|
prs |
a PAMrSettings object to add a database to |
db |
a database to add |
the same PAMrSettings object as prs, with the database
db added to the "db" slot
Taiki Sakai taiki.sakai@noaa.gov
1 2 3 4 5 | # not recommended to create a prs like this, for example only
prs <- new('PAMrSettings')
db <- system.file('extdata', 'Example.sqlite3', package='PAMr')
prs <- addDatabase(prs, db)
prs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.