| sdcApp {sdcMicro} | R Documentation |
starts the graphical user interface developed with shiny.
sdcApp( maxRequestSize = 50, debug = FALSE, theme = "IHSN", ..., 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.
## Not run: sdcApp(theme="flatly") ## End(Not run)