https://github.com/cran/FedData
Revision e0c523b674ba0ec6a494332123b42b56ed546d00 authored by R. Kyle Bocinsky on 09 September 2016, 00:30:12 UTC, committed by cran-robot on 09 September 2016, 00:30:12 UTC
1 parent 7ec5a6c
Raw File
Tip revision: e0c523b674ba0ec6a494332123b42b56ed546d00 authored by R. Kyle Bocinsky on 09 September 2016, 00:30:12 UTC
version 2.0.10
Tip revision: e0c523b
get_ssurgo_inventory.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/SSURGO_FUNCTIONS.R
\name{get_ssurgo_inventory}
\alias{get_ssurgo_inventory}
\title{Download and crop a shapefile of the SSURGO study areas.}
\usage{
get_ssurgo_inventory(template = NULL, raw.dir)
}
\arguments{
\item{template}{A Raster* or Spatial* object to serve 
as a template for cropping.}

\item{raw.dir}{A character string indicating where raw downloaded files should be put.
The directory will be created if missing.}
}
\value{
A \code{SpatialPolygonsDataFrame} of the SSURGO study areas within
the specified \code{template}.
}
\description{
\code{get_ssurgo_inventory} returns a \code{SpatialPolygonsDataFrame} of the SSURGO study areas within
the specified \code{template}. If template is not provided, returns the entire SSURGO inventory of study areas.
}
\keyword{internal}

back to top