| adbc_driver_load | R Documentation |
Most users should use adbc_driver(); however, this function may be used
to allow other libraries (e.g., GDAL) to access the driver loader.
adbc_driver_load(
x,
entrypoint,
version,
driver,
error,
load_flags = adbc_load_flags(),
additional_search_path_list = NULL)
x, entrypoint |
An ADBC driver may be defined either as an init function
or as an identifier with an entrypoint name. A driver init func
must be an external pointer to a DL_FUNC with the type
|
version |
The version number corresponding to the |
driver |
An external pointer to an |
error |
An external pointer to an |
load_flags |
Integer flags generated by |
additional_search_path_list |
A path list of additional locations to search for driver manifests |
An integer ADBC status code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.