Options that indicate where to look for driver manifests. Manifests (.toml files) can be installed at the system level, the user level, in location(s) specified by the ADBC_DRIVER_PATH environment variable, and/or in a conda environment. See the ADBC documentation for details regarding the locations of the user and system paths on various platforms.
adbc_load_flags(
search_env = TRUE,
search_user = TRUE,
search_system = TRUE,
allow_relative_paths = TRUE
)Search for manifest files in the directories specified in the ADBC_DRIVER_PATH environment variable and (when installed with conda) in the conda environment.
Search for manifest files in the designated directory for user ADBC driver installs.
Search for manifest files in the designtaed directory for system ADBC driver installs.
Allow shared objects to be specified relative to the current working directory.
An integer flag value for use in adbc_driver()