hfcApp: starts the graphical user interface developed with _shiny_.

Description Usage Arguments Value Examples

View source: R/hfcApp.R

Description

starts the graphical user interface developed with shiny.

Usage

1
2
3
4
5
6
7
hfcApp(
  maxRequestSize = 50,
  debug = FALSE,
  theme = "yeti",
  ...,
  shiny.server = FALSE
)

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'

...

arguments (e.g host) that are passed through runApp when starting the shiny application

shiny.server

Setting this parameter to TRUE will return the app in the form of an object rather than invoking it. This is useful for deploying hfcApp via shiny-server.

Value

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

Examples

1
2
3
4
## Not run: 
hfcApp(theme="flatly")

## End(Not run)

PYannick/HighFrequencyChecks documentation built on Dec. 31, 2020, 3:26 p.m.