https://github.com/cran/FedData
Raw File
Tip revision: 5938c5aab5300be4f7e109a67f9b87efaf327b05 authored by R. Kyle Bocinsky on 12 October 2016, 09:00:43 UTC
version 2.3.1
Tip revision: 5938c5a
download_nhd_subregion.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NHD_FUNCTIONS.R
\name{download_nhd_subregion}
\alias{download_nhd_subregion}
\title{Download a zipped NHD HUC4 subregion.}
\usage{
download_nhd_subregion(area, raw.dir)
}
\arguments{
\item{area}{A 4-character string indicating the HUC4 NHD subregion to download.}

\item{raw.dir}{A character string indicating where raw downloaded files should be put.
The directory will be created if missing.}
}
\value{
A character string representing the full local path of the downloaded zip file.
}
\description{
HUC4 subregion are specified by a unique character string, best obtained using the \code{\link{get_huc4}} function.
\code{download_nhd_subregion} returns the path to the downloaded zip file.
}
\keyword{internal}

back to top