Skip to content

Commit

Permalink
Fix as_tibble() usage
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 3, 2022
1 parent 3b1ecde commit 49d0b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/as_tibble.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ 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_soft("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 49d0b63

Please sign in to comment.