dbTypeToHTMLInputType {dbWebForms}R Documentation

Convert SQL data types to likely HTML input types

Description

Convert SQL data types to likely HTML input types

Usage

dbTypeToHTMLInputType(db_type)

Arguments

db_type

A string, the SQL data type to convert to HTML input type.

Value

A character vector, the HTML input type and attributes likely associated with the SQL data type.

Examples

dbTypeToHTMLInputType("int")

[Package dbWebForms version 0.1.0 Index]