Learn R Programming

soilDB (version 2.5)

get_soilseries_from_NASIS: Get records from the Soil Classification (SC) database

Description

These functions return records from the Soil Classification database, either from the local NASIS datbase (all series) or via web report (named series only).

Usage

get_soilseries_from_NASIS(stringsAsFactors = default.stringsAsFactors())
get_soilseries_from_NASISWebReport(soils, 
stringsAsFactors = default.stringsAsFactors())

Arguments

soils

character vector of soil series names

stringsAsFactors

logical: should character vectors be converted to factors? This argument is passed to the uncode() function. It does not convert those vectors that have set outside of uncode() (i.e. hard coded). The 'factory-fresh' default is TRUE, but this can be changed by setting options(stringsAsFactors = FALSE)

Value

A data.frame.