This dataset contains the years of each US Soil Survey was published.
data("us_ss_timeline")A data frame with 5209 observations on the following 5 variables.
ssaSoil Survey name, a character vector
yearyear of publication, a numeric vector
pdfdoes a pdf exists, a logical vector
stateState abbreviation, a character vector
This data was web scraped from the NRCS Soils Website. The scraping procedure and a example plot are included in the examples section below.