download_ghcn_daily_station {FedData} | R Documentation |
Download the daily data for a GHCN weather station.
Description
Download the daily data for a GHCN weather station.
Usage
download_ghcn_daily_station(ID, raw.dir, force.redo = F)
Arguments
ID |
A character string giving the station ID. |
raw.dir |
A character string indicating where raw downloaded files should be put. |
force.redo |
If this weather station has been downloaded before, should it be updated? Defaults to FALSE. |
Value
A character string representing the full local path of the GHCN station data.
[Package FedData version 4.0.1 Index]