Skip to content

Commit

Permalink
adding show_pct to gg_miss_var
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Oct 3, 2024
1 parent bf513b9 commit 350d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Data_Cleaning/Data_Cleaning.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ The `gg_miss_var()` function creates a nice plot about the number of
missing values for each variable, (need a data frame).

```{r, fig.height=4, warning=FALSE, fig.align='center'}
gg_miss_var(er)
gg_miss_var(er, show_pct = TRUE)
```


Expand Down

0 comments on commit 350d914

Please sign in to comment.