monetdbRtype: Get the name of the R data type for a database type.

Description Usage Arguments Value

View source: R/monetdb.R

Description

For a database data type, get the name of the R data type it is being translated to.

Usage

1
  monetdbRtype ( dbType )

Arguments

dbType

A database type string such as CHAR or INTEGER.

Value

String containing the R data type for the DB data type, e.g. character or numeric.


MonetDB.R documentation built on May 2, 2019, 5:26 p.m.