Description Usage Arguments Value
Shiny module for OCEO header information
1 2 3 | mod_headers_ui(id, col.width = 7)
mod_headers_server(id, pool)
|
id |
character used to specify namespace, see |
col.width |
integer; column width of column of UI widgets |
pool |
reactive; a DBI database connection pool
Intended to be the output of |
A list of reactive data frames from HEADER tables:
amlr_station_header
:
a reactive data frame with the contents of the AMLR_STATION_HEADER table,
with some columns renamed. The column names of this output data frame are:
amlr_station_header_id, cruise_station, cruise, station, leg, ship, area,
bottom_depth, created_dt, ice, restrictedUse, gssmu
net_station_header
:
a reactive data frame with the contents of the NET_STATION_HEADER table,
with some columns renamed. The column names of this output data frame are:
tbd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.