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 24b6f20 commit 9713595Copy full SHA for 9713595
R/aes.R
@@ -189,6 +189,9 @@ rename_aes <- function(x) {
189
}
190
x
191
192
+
193
+# `x` is assumed to be a strict list of quosures;
194
+# it should have no non-quosure constants in it, even though `aes()` allows it.
195
substitute_aes <- function(x, fun = standardise_aes_symbols, ...) {
196
x <- lapply(x, function(aesthetic) {
197
as_quosure(fun(quo_get_expr(aesthetic), ...), env = environment(aesthetic))
0 commit comments