Parse a Part/Subpart TXT file from the National Soil Survey Handbook

parse_NSSH(
  logfile = file.path(outpath, "NSSH/NSSH.log"),
  outpath = "./inst/extdata",
  a_part,
  a_subpart
)

Arguments

logfile

Path to log file; default: file.path(outpath, "NSSH/NSSH.log")

outpath

Path to read in NSSH raw txt from; default "inst/extdata"

a_part

Part number (a three digit integer, starting with 6)

a_subpart

Subpart letter (A or B)

Value

TRUE if successful