rshiny: Shiny interface

View source: R/rshiny.R

rshinyR Documentation

Shiny interface

Description

Visualize and filter all functionnal informations gathered by famat using a Shiny interface.

Usage

rshiny(listdata)

Arguments

listdata

Output from compl_data function

Value

Shiny interface

Author(s)

Emilie Secherre emisecherre@gmail.com

References

Winston Chang, Joe Cheng, JJ Allaire, Yihui Xie and Jonathan McPherson (2020). shiny: Web Application Framework for R. R package version 1.5.0. https://CRAN.R-project.org/package=shiny

See Also

compl_data

Examples

    ## load example data
    data(compl_data_result)

    ## Not run: rshiny(compl_data_result)

emiliesecherre/famat documentation built on April 23, 2023, 9:15 p.m.