Skip to content

Commit

Permalink
better document depth param
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Nov 6, 2023
1 parent 89c19c3 commit 88ae77d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions r/adbcdrivermanager/R/adbc.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ adbc_connection_release <- function(connection) {
#' @param info_codes A list of metadata codes to fetch, or NULL to fetch all.
#' Valid values are documented in the adbc.h header.
#' @param depth The level of nesting to display. If 0, display all levels. If 1,
#' display only catalogs (i.e. catalog_schemas will be null). If 2, display
#' only catalogs and schemas (i.e. db_schema_tables will be null), and so on.
#' display only catalogs (i.e., catalog_schemas will be null). If 2, display
#' only catalogs and schemas (i.e., db_schema_tables will be null). If 3,
#' display only catalogs, schemas, and tables.
#' @param catalog Only show tables in the given catalog. If NULL, do not filter
#' by catalog. If an empty string, only show tables without a catalog. May be
#' a search pattern.
Expand Down
5 changes: 3 additions & 2 deletions r/adbcdrivermanager/man/adbc_connection_get_info.Rd

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

0 comments on commit 88ae77d

Please sign in to comment.