PanVizGenerator {PanVizGenerator}R Documentation

Launch the PanVizGenerator shiny app

Description

This function launches a shiny based GUI that lets the user create panviz visualizations from csv files. The same formatting restriction as in panviz applies to the csv file. Furthermore the GUI also contains descriptions of the ideas behind the visualization as well as a demonstration video.

Usage

PanVizGenerator(...)

Arguments

...

Parameters passed on to runApp

Value

This function is called for its side effects.

See Also

panviz for an R API for the same functionality.

Examples

if (interactive()) {
    PanVizGenerator()
}


[Package PanVizGenerator version 1.18.0 Index]