
Launch the soilKey interactive classification Shiny app
Source:R/run-classify-app.R
run_classify_app.RdDrag-and-drop a CSV (one row per horizon) and get all three classifications side-by-side, with a downloadable HTML report. Designed for non-R users (agronomists, students, field workers).
Arguments
- port
Port for the local server. Default lets Shiny choose.
- launch.browser
Whether to open the app in the default browser (default
TRUE).- ...
Additional arguments passed to
runApp.
Value
Invisibly the value returned by shiny::runApp().