Description
Add Forms to your 'Shiny' App.
Description
Allows to create modular, reusable 'HTML' forms which can be embedded in your 'shiny' app with minimal effort. Features include conditional code execution on form submission, automatic input validation and input tooltips.
README.md
ShinyReForms
ShinyReForms package lets you add and validate Forms in your Shiny application with an object-oriented interface.
Documentation
Documentation is available on githubpages.
Installation
Install current version from GitHub:
# install.packages("devtools")
devtools::install_github("piotrbajger/shinyreforms")
Or install the latest release from CRAN:
install.packages("shinyreforms")