C_asyncRODBCQueryStart | R Documentation |
Starts an asynchronous query using the highspeed data channel. Check the developer_guide for more information.
C_asyncRODBCQueryStart
chan |
An open Exasol connection |
query |
The SQL query describing the Export/Import |
protocol |
Http/Https |
writer |
Indicating if it's a Export or Import. If 0, it indicates an import (import from DB into R) query, otherwise an export (export from R to the DB) query. |
An object of class CallRoutine
(inherits from NativeSymbolInfo
) of length 4.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.