rshiny {famat} | R Documentation |
Visualize and filter all functionnal informations gathered by famat using a Shiny interface.
rshiny(listdata)
listdata |
Output from |
Shiny interface
Emilie Secherre emisecherre@gmail.com
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
## load example data data(compl_data_result) ## Not run: rshiny(compl_data_result)