This is an automated email from the ASF dual-hosted git repository. thisisnic pushed a commit to branch dataframe_tibble in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 24825a540832aa33b40287ad4b6b76efee26c45a Author: Nic Crane <[email protected]> AuthorDate: Wed Aug 23 13:27:54 2023 +0100 Update docgen.R Update missing ref --- r/data-raw/docgen.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/data-raw/docgen.R b/r/data-raw/docgen.R index 3bfb222fa9..5f7f21b902 100644 --- a/r/data-raw/docgen.R +++ b/r/data-raw/docgen.R @@ -54,7 +54,7 @@ file_template <- "# Licensed to the Apache Software Foundation (ASF) under one #' to a `dbplyr::tbl_lazy`. This means that the verbs do not eagerly evaluate #' the query on the data. To run the query, call either `compute()`, #' which returns an `arrow` [Table], or `collect()`, which pulls the resulting -#' Table into an R `data.frame`. +#' Table into an R `tibble`. #' %s #'
