Description Usage Arguments Value Examples
Read GOM rasters
| 1 | read_obpg_gom(x = read_database_gom(interval = "DAY"))
 | 
| x | a tibble of the gom/DAY database. This is split by parameter. | 
list of RasterStacks (even if only on param specified)
| 1 2 3 4 5 6 |  ## Not run: 
    library(tidyverse)
    x <- read_database_gom()
    sst <- read_obpg_gom(x %>% dplyr::filter(param == 'sst'))[[1]]
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.