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")