Skip to contents

Opens a Shiny app that lets a non-coder pick one of the 31 canonical profiles or upload a small horizons CSV, click Classify, and read the WRB / SiBCS / USDA names plus the deterministic key trace and the evidence grade. Useful for live demos, classroom teaching, and for pedologists who want to verify the package on a profile they already know without writing R code.

Usage

run_demo(...)

Arguments

...

Forwarded to shiny::runApp() (e.g. port = 4321, launch.browser = FALSE, host = "0.0.0.0").

Value

Invisibly, the value returned by shiny::runApp().

Details

Requires the shiny package. The taxonomic key is still deterministic: no VLM is invoked from the GUI.

Examples

if (FALSE) { # \dontrun{
  soilKey::run_demo()
} # }