Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

MonetDB.R (version 0.8.0)

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

Description

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

Usage

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.