Skip to content

Commit

Permalink
Fixes #570
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Arnold committed Jul 12, 2020
1 parent f4ccfe8 commit 0057dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Compare and contrast the `fill` arguments to `pivot_wider()` and `complete()`.

The `values_fill` argument in `pivot_wider()` and the `fill` argument to `complete()` both set vales to replace `NA`.
Both arguments accept named lists to set values for each column.
Additionally, the `values_fill` argument of `pivot_wider()` accepts a single
Additionally, the `values_fill` argument of `pivot_wider()` accepts a single value.
In `complete()`, the fill argument also sets a value to replace `NA`s but it is named list, allowing for different values for different variables.
Also, both cases replace both implicit and explicit missing values.

Expand Down

0 comments on commit 0057dfc

Please sign in to comment.