Skip to content

Commit

Permalink
stop exporting ctab()
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Mar 3, 2018
1 parent 2dc8b0a commit f49074b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
export("%>%")
export("%gin%")
export(br)
export(ctab)
export(enexpr)
export(enquo)
export(ensym)
Expand Down
4 changes: 1 addition & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#' Internal functions
#'
#' @keywords internal
#'
#' @export ctab
#' @noRd
ctab <- function(x, ..., m = TRUE) {
vars <- rlang::quos(...)
if (length(vars) == 2L) {
Expand Down
12 changes: 0 additions & 12 deletions man/ctab.Rd

This file was deleted.

0 comments on commit f49074b

Please sign in to comment.