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
soils_query.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/SSURGO_FUNCTIONS.R
\name{soils_query}
\alias{soils_query}
\title{Submit a Soil Data Access (SDA) Query}
\usage{
soils_query(q)
}
\arguments{
\item{q}{A character string representing a SQL query to the SDA service}
}
\value{
A tibble returned from the SDA service
}
\description{
\code{soils_query} submit an SQL query to retrieve data from the Soil Data Mart.
Please see https://sdmdataaccess.sc.egov.usda.gov/Query.aspx for guidelines
}
\keyword{internal}
back to top