diff --git a/DESCRIPTION b/DESCRIPTION index 00e7589e..af6e8e39 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -50,7 +50,7 @@ Config/testthat/parallel: TRUE Config/testthat/start-first: bq-table, dplyr Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Collate: 'bigrquery-package.R' 'bq-auth.R' diff --git a/R/bigrquery-package.R b/R/bigrquery-package.R index 0ee6341f..a6c1922e 100644 --- a/R/bigrquery-package.R +++ b/R/bigrquery-package.R @@ -10,7 +10,6 @@ #' } #' #' @keywords internal -#' @aliases bigrquery-package #' @useDynLib bigrquery, .registration = TRUE #' @rawNamespace import(rlang, except = unbox) "_PACKAGE" diff --git a/man/DBI.Rd b/man/DBI.Rd index 3d002cd9..cf43ea46 100644 --- a/man/DBI.Rd +++ b/man/DBI.Rd @@ -179,7 +179,10 @@ or a \linkS4class{DBIResult}} \item{statement}{a character string containing SQL.} -\item{params}{A list of bindings, named or unnamed.} +\item{params}{For \code{dbBind()}, a list of values, named or unnamed, +or a data frame, with one element/column per query parameter. +For \code{dbBindArrow()}, values as a nanoarrow stream, +with one column per query parameter.} \item{x}{A character vector to quote as string.} @@ -193,7 +196,7 @@ e.g. \code{Id(schema = "my_schema", table = "table_name")} given verbatim, e.g. \code{SQL('"my_schema"."table_name"')} }} -\item{value}{a \link{data.frame} (or coercible to data.frame).} +\item{value}{A \link{data.frame} (or coercible to data.frame).} \item{overwrite}{a logical specifying whether to overwrite an existing table or not. Its default is \code{FALSE}.} diff --git a/man/bigrquery-package.Rd b/man/bigrquery-package.Rd index 82a79555..3a65d473 100644 --- a/man/bigrquery-package.Rd +++ b/man/bigrquery-package.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/bigrquery-package.R \docType{package} \name{bigrquery-package} +\alias{bigrquery} \alias{bigrquery-package} -\alias{_PACKAGE} \title{bigrquery: An Interface to Google's 'BigQuery' 'API'} \description{ Easily talk to Google's 'BigQuery' database from R. diff --git a/man/bq_deauth.Rd b/man/bq_deauth.Rd index 879757bd..51dcdb27 100644 --- a/man/bq_deauth.Rd +++ b/man/bq_deauth.Rd @@ -21,7 +21,7 @@ bq_deauth() } \seealso{ Other auth functions: -\code{\link{bq_auth_configure}()}, -\code{\link{bq_auth}()} +\code{\link{bq_auth}()}, +\code{\link{bq_auth_configure}()} } \concept{auth functions}