pull_station_number: Convenience function to pull station number from tidyhydat...

View source: R/utils.R

pull_station_numberR Documentation

Convenience function to pull station number from tidyhydat functions

Description

This function mimics dplyr::pull to avoid having to always type dplyr::pull(STATION_NUMBER). Instead we can now take advantage of autocomplete. This can be used with realtime_ and hy_ functions.

Usage

pull_station_number(.data)

Arguments

.data

A table of data

Value

A vector of station_numbers

Examples

## Not run: 

hy_stations(prov_terr_state_loc = "PE") %>%
  pull_station_number() %>%
  hy_annual_instant_peaks()

## End(Not run)


ropensci/tidyhydat documentation built on Jan. 26, 2024, 3:11 a.m.