Skip to contents

launches a user interface in the browser, providing access to the majority of SpectroPipeR's functionalities.

Usage

SpectroPipeR_ui()

Value

launches a user interface in the browser

Examples

# \donttest{
# load library
library(SpectroPipeR)
# run function to show GUI
SpectroPipeR_ui()
# }