https://github.com/cran/FedData
Raw File
Tip revision: 41ad97869fc1f041281409d158f533b16b5f7a5d authored by R. Kyle Bocinsky on 20 January 2016, 09:12:15 UTC
version 2.0.3
Tip revision: 41ad978
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.
}

back to top