Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(tabyl): clarify / correct what var2 and var3 do #586

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading