https://github.com/cran/FedData
Raw File
Tip revision: e7952465c2a8026d38c6dd7b03df7c458a87a808 authored by R. Kyle Bocinsky on 12 March 2018, 19:21:35 UTC
version 2.5.2
Tip revision: e795246
download_huc4.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NHD_FUNCTIONS.R
\name{download_huc4}
\alias{download_huc4}
\title{Download a zipped directory containing a shapefile of the HUC4 subregions of the NHD.}
\usage{
download_huc4(raw.dir)
}
\arguments{
\item{raw.dir}{A character string indicating where raw downloaded files should be put.}
}
\value{
A character string representing the full local path of the HUC4 zipped directory.
}
\description{
Download a zipped directory containing a shapefile of the HUC4 subregions of the NHD.
}
\keyword{internal}
back to top