Skip to content

Commit 2ebd4fa

Browse files
committed
Run make doc
1 parent 6ae4f4c commit 2ebd4fa

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

r/R/dplyr-funcs-doc.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#' Functions available in Arrow dplyr queries
2121
#'
22-
#' The `arrow` package contains methods for 37 `dplyr` table functions, many of
22+
#' The `arrow` package contains methods for 38 `dplyr` table functions, many of
2323
#' which are "verbs" that do transformations to one or more tables.
2424
#' The package also has mappings of 224 R functions to the corresponding
2525
#' functions in the Arrow compute library. These allow you to write code inside
@@ -45,6 +45,7 @@
4545
#' * [`distinct()`][dplyr::distinct()]: `.keep_all = TRUE` returns a non-missing value if present, only returning missing values if all are missing.
4646
#' * [`explain()`][dplyr::explain()]
4747
#' * [`filter()`][dplyr::filter()]
48+
#' * [`filter_out()`][dplyr::filter_out()]
4849
#' * [`full_join()`][dplyr::full_join()]: the `copy` argument is ignored
4950
#' * [`glimpse()`][dplyr::glimpse()]
5051
#' * [`group_by()`][dplyr::group_by()]

r/man/acero.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)