vt_app: vt_app

Description Usage Arguments Value Examples

View source: R/vt_app.R

Description

starts the graphical user interface developed with shiny.

Usage

1
vt_app(maxRequestSize = 50, ...)

Arguments

maxRequestSize

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

...

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

Value

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

Examples

1
2
3
4
## Not run: 
vt_app()

## End(Not run)

voronoiTreemap documentation built on May 2, 2019, 9:26 a.m.