rshiny: Shiny interface

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/rshiny.R

Description

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

Usage

1
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

1
2
3
4
    ## load example data
    data(compl_data_result)

    ## Not run: rshiny(compl_data_result)

famat documentation built on Nov. 8, 2020, 5:56 p.m.

Related to rshiny in famat...