mldrGUI: Launches the web-based GUI for mldr

Description Usage Details Value Examples

View source: R/GUI.R

Description

Loads an interactive user interface in the web browser, built using R shiny.

Usage

1

Details

The mldr package provides a basic, Shiny-based GUI to work with multilabel datasets. You have to install the shiny package to be able to use this GUI.

The user interface allows working with any of the previous loaded datasets, as well as loading new ones. The GUI is structured into the following pages:

The tables shown in these pages can be sorted by any of its fields, as well as filtered. The content of the tables can be copied to clipboard, printed and saved in CSV and Microsoft Excel format.

Value

Nothing

Examples

1
2
3
4
5
## Not run: 
library(mldr)
mldrGUI()

## End(Not run)

mldr documentation built on Jan. 11, 2020, 9:18 a.m.