sdcApp {sdcMicro} | R Documentation |
sdcApp
Description
starts the graphical user interface developed with shiny.
Usage
sdcApp(
maxRequestSize = 50,
debug = FALSE,
theme = "IHSN",
...,
shiny.server = FALSE
)
Arguments
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 |
Value
starts the interactive graphical user interface which may be used to perform the anonymization process.
Examples
if(interactive()) {
sdcApp(theme = "flatly")
}
[Package sdcMicro version 5.7.8 Index]