get_water_conditions: Get Water Conditions for a Monitoring Station

Description Usage Arguments Value Examples

View source: R/get_water_conditions.R

Description

Get Water Conditions for a Monitoring Station

Usage

1
2
3
4
5
6
7
get_water_conditions(station, na.rm = FALSE, ...)

## S3 method for class 'ace_station'
get_water_conditions(station, na.rm = FALSE, ...)

## S3 method for class 'character'
get_water_conditions(station, project, na.rm = FALSE, ...)

Arguments

station

Water monitoring station specified as a code (e.g. "FBLW") or as an ace_water object (e.g. from get_station("FBLW"))

na.rm

A logical value indicating whether NA values should be removed from the results (default: FALSE)

...

Additional arguments (not supported)

project

Station's project code (e.g. "LKW")

Value

A tibble

Examples

1
2

briandconnelly/acewater documentation built on April 28, 2021, 2:13 a.m.