vt_app {voronoiTreemap}R Documentation

vt_app

Description

starts the graphical user interface developed with shiny.

Usage

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

## Not run: 
vt_app()

## End(Not run)

[Package voronoiTreemap version 0.2.0 Index]