Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 7, 2023
1 parent c74f662 commit ee425db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/top_levels.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' @param input_vec The factor variable to tabulate.
#' @param n Number of levels to include in top and bottom groups
#' @param show_na Should cases where the variable is NA be shown?
#' @param show_na Should cases where the variable is `NA` be shown?
#' @return A `data.frame` (actually a `tbl_df`) with the frequencies of the
#' grouped, tabulated variable. Includes counts and percentages, and valid
#' percentages (calculated omitting `NA` values, if present in the vector and
Expand Down
2 changes: 1 addition & 1 deletion man/top_levels.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee425db

Please sign in to comment.