An open API service indexing awesome lists of open source software.

https://github.com/piotrbajger/shinyreforms

Add & Validate forms in your Shiny App!
https://github.com/piotrbajger/shinyreforms

Last synced: 5 months ago
JSON representation

Add & Validate forms in your Shiny App!

Awesome Lists containing this project

README

        

# ShinyReForms
[![Build Status](https://travis-ci.com/piotrbajger/shinyreforms.svg?token=f2fdroCWHHtzKnXccRgX&branch=master)](https://travis-ci.com/piotrbajger/shinyreforms)

ShinyReForms package lets you add and validate Forms in your
Shiny application with an object-oriented interface.

## Documentation

Documentation is available on [githubpages](https://piotrbajger.github.io/shinyreforms/).

## Installation

Install current version from GitHub:
```r
# install.packages("devtools")
devtools::install_github("piotrbajger/shinyreforms")
```

Or install the latest release from CRAN:
```r
install.packages("shinyreforms")
```