Package: shinyreforms 0.0.1
Piotr Bajger
shinyreforms: Add Forms to your 'Shiny' App
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.
Authors:
shinyreforms_0.0.1.tar.gz
shinyreforms_0.0.1.zip(r-4.5)shinyreforms_0.0.1.zip(r-4.4)shinyreforms_0.0.1.zip(r-4.3)
shinyreforms_0.0.1.tgz(r-4.4-any)shinyreforms_0.0.1.tgz(r-4.3-any)
shinyreforms_0.0.1.tar.gz(r-4.5-noble)shinyreforms_0.0.1.tar.gz(r-4.4-noble)
shinyreforms_0.0.1.tgz(r-4.4-emscripten)shinyreforms_0.0.1.tgz(r-4.3-emscripten)
shinyreforms.pdf |shinyreforms.html✨
shinyreforms/json (API)
NEWS
# Install 'shinyreforms' in R: |
install.packages('shinyreforms', repos = c('https://piotrbajger.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/piotrbajger/shinyreforms/issues
Last updated 2 years agofrom:b1166ee07e. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | NOTE | Oct 26 2024 |
R-4.5-linux | NOTE | Oct 26 2024 |
R-4.4-win | NOTE | Oct 26 2024 |
R-4.4-mac | NOTE | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
Exports:addHelpTextcreateHelpIconShinyFormshinyReformsPagevalidatedInputValidatorValidatorMaxLengthValidatorMinLengthValidatorNonEmptyValidatorRequired
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Adds a help icon to an input. | addHelpText |
Appends a validation suffix to a string. | addValidationSuffix |
Creates a shinyreforms help icon and pop-up. | createHelpIcon |
Returns an ID of an input tag. | getInputId |
Class representing a ShinyForm form. | ShinyForm |
Constructs a shinyreforms dependency. | shinyReformsDependency |
Adds a shinyreforms dependency to a tag object. | shinyReformsPage |
Add validator to a Shiny input. | validatedInput |
Class representing a Validator. | Validator |
Validator enforcing maximum length. | ValidatorMaxLength |
Validator requiring minimum length. | ValidatorMinLength |
Validator requiring non-emptiness. | ValidatorNonEmpty |
Validator requiring a input (e.g. checked checkbox). | ValidatorRequired |