Description Usage Arguments Value Examples
Read a PRH from the CATS database
1 | read_prh_db(depid, cats_db)
|
depid |
deployment identifier e.g. bw180827-46 |
cats_db |
connection to CATS database (see |
a PRH object
1 2 3 4 | db_path <- "/Volumes/COPYCATSdat/CATS/cats.sqlite"
cats_db <- DBI::dbConnect(RSQLite::SQLite(), db_path)
mn190228_42_db <- read_prh_db("mn190228-42", cats_db)
DBI::dbDisconnect(cats_db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.