powered by
Convert SQL data types to likely HTML input types
dbTypeToHTMLInputType(db_type)
A string, the SQL data type to convert to HTML input type.
A character vector, the HTML input type and attributes likely associated with the SQL data type.
# NOT RUN { dbTypeToHTMLInputType("int") # }
Run the code above in your browser using DataLab