Skip to content

Commit

Permalink
Update boolean-strategies.qmd
Browse files Browse the repository at this point in the history
A minor typo in the `na.last` example where it says `na.list` instead.
  • Loading branch information
wmattbrown authored Dec 7, 2023
1 parent a1eedc8 commit 1818401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boolean-strategies.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Currently:
- `na.last = TRUE` means put `NA`s last.
- `na.last = FALSE` means put `NA`s first.
- `na.list = NA` means to drop them.
- `na.last = NA` means to drop them.
I think we could make this function more clear by changing the argument name to `na` and accepting one of three values: `last`, `first`, or `drop`.
Expand Down

0 comments on commit 1818401

Please sign in to comment.