Learn R Programming

sdcMicro (version 5.0.2)

sdcApp: sdcApp

Description

starts the graphical user interface developed with shiny.

Usage

sdcApp(maxRequestSize = 50, debug = FALSE, theme = "yeti")

Arguments

maxRequestSize

(numeric) number defining the maximum allowed filesize (in megabytes) for uploaded files, defaults to 50MB

debug

logical if TRUE, set shiny-debugging options

theme

select stylesheet for the interface. Supported choices are

  • 'yeti'

  • 'flatly'

  • 'journal'

Value

starts the interactive graphical user interface which may be used to perform the anonymisation process.

Examples

Run this code
# NOT RUN {
sdcApp(theme="flatly")
# }

Run the code above in your browser using DataLab