util_orgin: Get organization name from organization identifier in USEPA...

View source: R/util_orgin.R

util_orginR Documentation

Get organization name from organization identifier in USEPA Water Quality Portal

Description

Get organization name from organization identifier in USEPA Water Quality Portal

Usage

util_orgin(org, stanm = FALSE)

Arguments

org

chr string indicating the organization identifier, see read_importwqp for valid entries

stanm

logical indicating if a character string for a column name specific to the organization is returned

Value

A character string of the organization name that corresponds to the organization identifier or a column name for the station identifier specific to the organization if stanm = TRUE

Examples

util_orgin('21FLHILL_WQX')
util_orgin('21FLPASC_WQX', stanm = TRUE)

tbep-tech/tbeptools documentation built on April 13, 2025, 4:50 p.m.