Skip to content

Commit dec68d1

Browse files
value_to -> values_to in values_drop_na docs (#1560)
* value_to -> values_to In the documentation for `values_drop_na`, there is a reference to a `value_to` column, it should be `values_to` * Redocument --------- Co-authored-by: Davis Vaughan <[email protected]>
1 parent 9966c04 commit dec68d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/pivot-long.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#' and the name of the value column will be derived from part of the
7373
#' existing column names.
7474
#' @param values_drop_na If `TRUE`, will drop rows that contain only `NA`s
75-
#' in the `value_to` column. This effectively converts explicit missing values
75+
#' in the `values_to` column. This effectively converts explicit missing values
7676
#' to implicit missing values, and should generally be used only when missing
7777
#' values in `data` were created by its structure.
7878
#' @param names_transform,values_transform Optionally, a list of column

man/pivot_longer.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pivot_longer_spec.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)