Produce R Functions to Create HTML Forms Based on SQL Meta Data
Based on the columns in a table, produces a R function that returns a ...
Based on the columns in a table, produces a R function with parameters...
Query INFORMATION_SCHEMA or equivalent SQL meta data to obtain column ...
Convert SQL data types to likely HTML input types
Convert strings to title case, splitting strings into separate words b...
Add single quotes to strings, useful for converting R strings into SQL...
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()).