View source: R/additonal_functions.R
gw_wells_below_normal_table | R Documentation |
Create a wells below normal table with selected observation wells
gw_wells_below_normal_table(
data,
which = c("totals", "hydraulic_connectivity", "type")[1],
gt = TRUE
)
data |
Data object created from |
which |
Which group to filter by: "totals" for all, 'hydraulic_connectivity' or 'type' for aquifer type. |
gt |
Make the table gt format (TRUE) or a regular data.frame (FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.