sqlTypeWalk {pgTools} | R Documentation |
Get the PostgreSQL data type for a given R data type.
Description
Get the PostgreSQL data type for a given R data type.
Usage
sqlTypeWalk(x)
Arguments
x |
A string, a R data type. |
Value
A string, the PostgreSQL data type for x.
Examples
sqlTypeWalk(100.1209)
[Package pgTools version 1.0.2 Index]