dbWebForms: Produce R Functions to Create HTML Forms Based on SQL Meta Data

Offers meta programming style tools to generate configurable R functions that produce HTML forms based on table input and SQL meta data. Also generates functions for collecting the parameters of those HTML forms after they are submitted. Useful for quickly generating HTML forms based on existing SQL tables. To use the resultant functions, the output files containing those functions must be read into the R environment (perhaps using base::source()).

Version: 0.1.0
Depends: DBI, data.table, stringi
Imports: html5
Published: 2021-01-28
Author: Timothy Conwell
Maintainer: Timothy Conwell <timconwell at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: dbWebForms results

Documentation:

Reference manual: dbWebForms.pdf

Downloads:

Package source: dbWebForms_0.1.0.tar.gz
Windows binaries: r-devel: dbWebForms_0.1.0.zip, r-release: dbWebForms_0.1.0.zip, r-oldrel: dbWebForms_0.1.0.zip
macOS binaries: r-release (arm64): dbWebForms_0.1.0.tgz, r-oldrel (arm64): dbWebForms_0.1.0.tgz, r-release (x86_64): dbWebForms_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=dbWebForms to link to this page.