sqlTypeWalk: Get the PostgreSQL data type for a given R data type.

View source: R/pgTools.R

sqlTypeWalkR 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)

pgTools documentation built on March 31, 2023, 7:56 p.m.

Related to sqlTypeWalk in pgTools...