17  Graphical user interface - Shinyscan

The scan package includes a graphical user interface (GUI) that enables users to perform a wide range of operations and analyses supported by the package. This GUI is implemented as a Shiny application that runs in a standard web browser.

shinyscan was originally developed as a tool for teaching purposes. To facilitate this, the application displays the corresponding R syntax for each operation executed via the interface. Beyond its pedagogical utility, shinyscan is also well-suited for exploratory data analysis, and the visual presentation of results with immediate feedback.

17.1 Start shinyscan

To run the shiny app, you need to install two additional packages: shiny and scplot.

install.packages(c("shiny", "scplot"))

You can start the app by executing the function shinyscan() from the scan package. Based on your system settings, the app will immediately be opened within your standard browser or in R-Studios internal viewer pane:

Viewer pane

In case the app starts within the internal viewer pane, I recommend that you click Open in Browser.