starts the graphical user interface developed with shiny.
hfcApp( maxRequestSize = 50, debug = FALSE, theme = "yeti", ..., shiny.server = FALSE )
| maxRequestSize | (numeric) number defining the maximum allowed filesize (in megabytes) for uploaded files, defaults to 50MB | 
|---|---|
| debug | logical if  | 
| theme | select stylesheet for the interface. Supported choices are 
 | 
| ... | arguments (e.g  | 
| shiny.server | Setting this parameter to  | 
starts the interactive graphical user interface which may be used to perform the anonymisation process.
if (FALSE) { hfcApp(theme="flatly") }