sqlizeTypes | R Documentation |
Get the equivalent SQL data type for a given R object.
sqlizeTypes(x, dialect = "T-SQL")
x |
A R object. |
dialect |
A string, "T-SQL" or "Postgresql". |
A string, the equivalent SQL data type for x.
sqlizeTypes(100.1209)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.