Index of /web/packages/shinyreforms/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-05-12 12:10 4.9K 

README

ShinyReForms

Build Status

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