dbSetDataMappings | R Documentation |
This generic is deprecated since no working implementation was ever produced.
dbSetDataMappings(res, flds, ...)
res |
An object inheriting from DBIResult. |
flds |
a field description object as returned by |
... |
Other arguments passed on to methods. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.