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!
- Host: GitHub
- URL: https://github.com/piotrbajger/shinyreforms
- Owner: piotrbajger
- Created: 2019-10-19T14:11:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T13:53:48.000Z (over 2 years ago)
- Last Synced: 2024-04-25T11:42:57.128Z (12 months ago)
- Language: R
- Homepage:
- Size: 124 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - piotrbajger/shinyreforms - Add & Validate forms in your Shiny App! (R)
README
# ShinyReForms
[](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")
```