Easy shiny bindings directly from HTML
TODO
TODO
TODO
installation
1 - Install the package:
# Install released version from CRAN
install.packages('shinyBound')
# Or the most recent development version from github:
devtools::install_github('pedrocoutinhosilva/shinyBound')
2 - Include it in your project:
# global.R
library(shinyBound)
You are now ready to go!
Looking for help on how to start? Make sure to check the built in examples and vignettes for help and usage examples.
Usage
Online documentation available at: https://www.anatomyofcode.com/shinyBound
Check vignette("shinyBound")
on how to get started, and other follow up vignettes for even more information.