mod_headers: Shiny module for OCEO header information

Description Usage Arguments Value

Description

Shiny module for OCEO header information

Usage

1
2
3
mod_headers_ui(id, col.width = 7)

mod_headers_server(id, pool)

Arguments

id

character used to specify namespace, see NS

col.width

integer; column width of column of UI widgets

pool

reactive; a DBI database connection pool Intended to be the output of mod_database_server

Value

A list of reactive data frames from HEADER tables:

  1. 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

  2. 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


smwoodman/amlrOceo documentation built on Dec. 23, 2021, 3:27 a.m.