stLook: Look up information on a station by number

View source: R/miscFuncs.r

stLookR Documentation

Look up information on a station by number

Description

Look up information on a station by number

Usage

stLook(station, field = "site_identifier")

Arguments

station

A string or vector of station numbers to look up

field

use site_identifier (default) or loc_code?

Examples

stLook('P2000')
stLook(c('P2000', 'P0012'))
stLook('0012', 'loc_code')

PDXChris/pmtools documentation built on March 26, 2024, 8:13 a.m.