Skip to content

Commit 0bd56a7

Browse files
committed
Correct documentation of values_fill
It looks like it was copied over from `values_fn`
1 parent 511fc0f commit 0bd56a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

R/pivot-wide.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
#' @param values_fill Optionally, a (scalar) value that specifies what each
4343
#' `value` should be filled in with when missing.
4444
#'
45-
#' This can be a named list if you want to apply different aggregations
46-
#' to different value columns.
45+
#' This can be a named list if you want to apply different fill values to
46+
#' different value columns.
4747
#' @param values_fn Optionally, a function applied to the `value` in each cell
4848
#' in the output. You will typically use this when the combination of
4949
#' `id_cols` and `value` column does not uniquely identify an observation.

man/pivot_wider.Rd

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

man/pivot_wider_spec.Rd

Lines changed: 2 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)