Get_NOAA_Stations: Get NOAA Stations.

View source: R/Functions_NOAA_Stations.R

Get_NOAA_StationsR Documentation

Get NOAA Stations.

Description

This function retrieves the NOAA stations.

Usage

Get_NOAA_Stations(
  localSave = FALSE,
  refresh = FALSE,
  localFileName = "stations.Rdata"
)

Arguments

localSave

saves / retrieves information locally

refresh

forces a refresh of cached station information

localFileName

local name of file used to cache station information

Examples


# If NOAA stations have not been downloaded in a while
 
stations <- Get_NOAA_Stations(refresh = TRUE)

 # If local saves are not desired
 
 stations <- Get_NOAA_Stations(localSave = FALSE)
 

Agriculturist/waterDataSupport documentation built on Jan. 28, 2023, 11:43 a.m.