Package 'shinywqg'

Title: Water Quality Guideline Shiny App
Description: User interface to calculate water quality guidelines.
Authors: Sebastian Dalgarno [aut] , Pearson Ayla [aut, cre] , Joe Thorley [ctb] , Angeline Tillmanns [ctb], Heather Thompson [ctb], Province of British Columbia [cph, fnd]
Maintainer: Pearson Ayla <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-09-17 19:14:37 UTC
Source: https://github.com/poissonconsulting/shinywqg

Help Index


Check guidelines

Description

Check that updated DataBC guidelines are valid

Usage

check_guidelines(x = NULL)

Arguments

x

A data.frame of the guidelines. IF NULL, pull from BC Data Catalogue.

Value

A invisible copy of the data.frame of the guidelines.


Run Shiny Application

Description

Run Shiny Application

Usage

run_wqg_app()