R/getstnname.R

"getstnname" <-
function(id) {
    # Lookup MSC station data from internal data.frame
    idx <- match(id, seas::mscstn$nid)
    name <- seas::mscstn$name[idx]
    name
}

Try the seas package in your browser

Any scripts or data that you put into this service are public.

seas documentation built on May 2, 2022, 5:08 p.m.