Skip to content

Commit

Permalink
clarify / correct what these vars do
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Dec 4, 2024
1 parent 74345da commit 6c2e63c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/tabyl.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#' Or, a vector you want to tabulate.
#' @param var1 The column name of the first variable.
#' @param var2 (optional) the column name of the second variable
#' (the rows in a 2-way tabulation).
#' (its values become the column names in a 2-way tabulation).
#' @param var3 (optional) the column name of the third variable
#' (the list in a 3-way tabulation).
#' (a 3-way tabulation is split into a list on its values).
#' @param show_na Should counts of `NA` values be displayed? In a one-way tabyl,
#' the presence of `NA` values triggers an additional column showing valid percentages
#' (calculated excluding `NA` values).
Expand Down
4 changes: 2 additions & 2 deletions man/tabyl.Rd

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

0 comments on commit 6c2e63c

Please sign in to comment.