Learn R Programming

dbWebForms (version 0.1.0)

dbTypeToHTMLInputType: 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

Run this code
# NOT RUN {
dbTypeToHTMLInputType("int")
# }

Run the code above in your browser using DataLab