Launches the ClassiPyR Shiny app for manual image classification and validation of IFCB data. This app relies on the iRfcb package for reading and writing IFCB data files, including MATLAB .mat files, entirely in R.
Arguments
- venv_path
Ignored. ClassiPyR no longer requires Python; .mat files are read and written natively in R (iRfcb >= 0.10.0).
- reset_settings
If TRUE, deletes saved settings before starting the app. Useful for troubleshooting or starting fresh. Default is FALSE.
- launch.browser
If TRUE (default), opens the app in the system's default web browser. If FALSE, opens in RStudio viewer (if available). Set to a function to customize browser launching behavior.
- ...
Additional arguments passed to
runApp