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.
cut3()
1 parent f58b6ec commit b982453Copy full SHA for b982453
R/aes.R
@@ -88,7 +88,7 @@ NULL
88
#'
89
#' # Note that users of your wrapper can use their own functions in the
90
#' # quoted expressions and all will resolve as it should!
91
-#' cut3 <- \(x) cut_number(x, 3)
+#' cut3 <- function(x) cut_number(x, 3)
92
#' scatter_by(mtcars, cut3(disp), drat)
93
aes <- function(x, y, ...) {
94
xs <- arg_enquos("x")
0 commit comments