parse_GDS: parse_GDS

View source: R/create_GDS.R

parse_GDSR Documentation

parse_GDS

Description

parse_GDS

Usage

parse_GDS(
  logfile = file.path(outpath, "GDS/GDS.log"),
  outpath = "./inst/extdata",
  download_pdf = "ifneeded",
  output_types = c("txt"),
  keep_pdf = FALSE
)

Arguments

logfile

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

outpath

A directory path to create "inst/extdata/NSSH" folder structure.

download_pdf

Download official PDF file? default: "ifneeded"; options: TRUE/FALSE

output_types

Options include c("txt","html") for processed PDF files.

keep_pdf

Keep PDF files after processing TXT


brownag/SoilKnowledgeBase documentation built on April 5, 2025, 1:32 a.m.