We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4db18 commit 1cfc7fcCopy full SHA for 1cfc7fc
R/deprecated.R
@@ -9,7 +9,7 @@
9
#' @keywords internal
10
#' @name deprecated
11
data_frame <- function(...) {
12
- deprecate_stop("3.3.0", "data_frame()", "tibble()")
+ deprecate_stop("3.3.0", "data_frame()", details = 'Please use `tibble()` to create a tibble and `vctrs::data_frame()` to create a data frame.')
13
14
# Unquote-splice to avoid argument matching
15
tibble(!!!quos(...))
0 commit comments