https://github.com/cran/FedData
Raw File
Tip revision: ec6fb1cf6e009ff2cbdea0287158d33821578667 authored by R. Kyle Bocinsky on 17 March 2024, 00:40:03 UTC
version 4.0.1
Tip revision: ec6fb1c
download_ghcn_daily_station.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/GHCN_FUNCTIONS.R
\name{download_ghcn_daily_station}
\alias{download_ghcn_daily_station}
\title{Download the daily data for a GHCN weather station.}
\usage{
download_ghcn_daily_station(ID, raw.dir, force.redo = F)
}
\arguments{
\item{ID}{A character string giving the station ID.}

\item{raw.dir}{A character string indicating where raw downloaded files should be put.}

\item{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.
}
\description{
Download the daily data for a GHCN weather station.
}
\keyword{internal}
back to top