Skip to content

Commit b953c4f

Browse files
committed
Make "one" @Keywords internal
1 parent 61092d1 commit b953c4f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

r/R/dplyr-funcs-agg.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ find_arrow_mask <- function() {
204204
#' group_by(cyl) |>
205205
#' summarize(x = one(disp))
206206
#' }
207+
#' @keywords internal
207208
one <- function(...) {
208209
set_agg(
209210
fun = "one",

r/man/one.Rd

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

0 commit comments

Comments
 (0)