R/getSID.R

# lookup the weather station ID in the QTP

getSID <- function(){
  station_ID <- unique(QTP_ATM$SID)
  return(station_ID)
}
iffylaw/PIC documentation built on May 8, 2019, 9:26 a.m.