Skip to content

Commit

Permalink
chore: Revert "Fix as_tibble() usage"
Browse files Browse the repository at this point in the history
This reverts commit 49d0b63.
  • Loading branch information
krlmlr committed Jan 17, 2024
1 parent 74c6133 commit 975c9f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion R/as_tibble.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ as_tibble.table <- function(x, `_n` = "n", ..., n = `_n`, .name_repair = "check_

#' @export
#' @rdname as_tibble
#' @usage \method{as_tibble}{NULL}(x, ...)
as_tibble.NULL <- function(x, ...) {
if (missing(x)) {
deprecate_stop("3.0.0", "as_tibble(x = 'can\\'t be missing')")
Expand Down
2 changes: 1 addition & 1 deletion man/as_tibble.Rd

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

0 comments on commit 975c9f0

Please sign in to comment.