Skip to contents

Options that indicate where to look for driver manifests. Manifests (.toml files) can be installed at the system level, the user level, and/or location(s) specified by the ADBC_CONFIG_PATH environment variable. See the ADBC documentation for details regarding the locations of the user and system paths on various platforms.

Usage

adbc_load_flags(
  search_env = TRUE,
  search_user = TRUE,
  search_system = TRUE,
  allow_relative_paths = TRUE
)

Arguments

search_env

Search for manifest files in the directories specified by the ADBC_CONFIG_PATH environment variable.

search_user

Search for manifest files in the designated directory for user ADBC driver installs.

search_system

Search for manifest files in the designtaed directory for system ADBC driver installs.

allow_relative_paths

Allow shared objects to be specified relative to the current working directory.

Value

An integer flag value for use in adbc_driver()