Skip to content

Commit

Permalink
simplying the joint tabyl() methods descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Oct 23, 2016
1 parent c10270f commit c65deb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 2 additions & 4 deletions R/tabyl.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tabyl <- function(...) UseMethod("tabyl")

#' @inheritParams tabyl
#' @export
#' @describeIn tabyl Create a frequency table from a vector.
#' @rdname tabyl

tabyl.default <- function(vec, sort = FALSE, show_na = TRUE, ...) {

Expand Down Expand Up @@ -98,9 +98,7 @@ tabyl.default <- function(vec, sort = FALSE, show_na = TRUE, ...) {

#' @inheritParams tabyl
#' @export
#' @describeIn tabyl Create a frequency table from a data.frame,
#' supplying the unquoted name of the column to tabulate.

#' @rdname tabyl

tabyl.data.frame <- function(.data, ...){
# collect dots
Expand Down
7 changes: 0 additions & 7 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 c65deb8

Please sign in to comment.