Skip to content

Commit

Permalink
note odbcListConfig() in driver manager overview (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Aug 29, 2024
1 parent 2ef9fd7 commit 9949473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/dbi-driver.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ setMethod("show", "OdbcDriver",
#'
#' Interfacing with DBMSs using R and odbc involves three high-level steps:
#'
#' 1) *Configure drivers and data sources*: the functions [odbcListDrivers()]
#' and [odbcListDataSources()] help to interface with the driver manager.
#' 1) *Configure drivers and data sources*: the functions [odbcListDrivers()],
#' [odbcListDataSources()], and [odbcListConfig()] help to interface with the
#' driver manager.
#' 2) *Connect to a database*: The [dbConnect()] function, called with the
#' first argument odbc(), connects to a database using the specified ODBC
#' driver to create a connection object.
Expand Down
5 changes: 3 additions & 2 deletions man/dbConnect-OdbcDriver-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9949473

Please sign in to comment.