Learn R Programming

pgTools (version 1.0.2)

sqlTypeWalk: 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)

Value

A string, the PostgreSQL data type for x.

Arguments

x

A string, a R data type.

Examples

Run this code
sqlTypeWalk(100.1209)

Run the code above in your browser using DataLab