Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dbSetDataMappings

Set data mappings between an DBMS and R.


Description

This generic is deprecated since no working implementation was ever produced.

Usage

dbSetDataMappings(res, flds, ...)

Arguments

res

An object inheriting from DBIResult.

flds

a field description object as returned by dbColumnInfo.

...

Other arguments passed on to methods.

Details

Sets one or more conversion functions to handle the translation of DBMS data types to R objects. This is only needed for non-primitive data, since all DBI drivers handle the common base types (integers, numeric, strings, etc.)

The details on conversion functions (e.g., arguments, whether they can invoke initializers and/or destructors) have not been specified.


DBI

R Database Interface

v1.1.1
LGPL (>= 2.1)
Authors
R Special Interest Group on Databases (R-SIG-DB) [aut], Hadley Wickham [aut], Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd]
Initial release
2021-01-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.