Skip to content

Commit

Permalink
update tab() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Mar 23, 2018
1 parent 18dcc89 commit d319ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/tab.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#' @param x A vector, data.frame, or tibble.
#' @param ... A comma separated list of unquoted variable names.
#' @param m If `TRUE` (the default), the tables will report missing values.
#' @param m If `TRUE` (the default), missing values are reported.
#'
#' @details
#' If a single variable is passed to `tab()`, a table of frequencies is printed (with a total row and columns 'Freq.', 'Percent', and 'Cum.').
Expand All @@ -29,7 +29,7 @@
#'
#' If three or more variables are passed to `tab()`, a flat contingency table is printed (with columns 'Freq.', 'Percent', and 'Cum.').
#'
#' Invisibly returned tibbles exclude total rows and columns to avoid collision of variable classes.
#' The invisibly returned tibble excludes total rows and columns to avoid collision of variable classes.
#'
#' @return
#' A tibble containing a table of frequencies for the variables listed in `...`
Expand Down
4 changes: 2 additions & 2 deletions man/tab.Rd

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

0 comments on commit d319ce3

Please sign in to comment.