
SpectroPipeR UI function
SpectroPipeR_ui.Rd
launches a user interface in the browser, providing access to the majority of SpectroPipeR's functionalities.
Examples
# \donttest{
# load library
library(SpectroPipeR)
# run function to show GUI
SpectroPipeR_ui()
# }