Skip to content

Commit

Permalink
Fix typo (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchall authored Oct 31, 2023
1 parent fef5080 commit 6a9bd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/forcats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Note that `fct_infreq()` it automatically puts NA at the top, even though that d
It's a little surprising that the `NA` bar isn't ordered by frequency.
To understand why we need to make a brief digression to discuss `NA`s in values vs. `NA`s in levels

## `NAs`s in levels and values
## `NA`s in levels and values

There are two ways to represent a missing value in a factor:

Expand Down

0 comments on commit 6a9bd65

Please sign in to comment.