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 5871957 commit 078da84Copy full SHA for 078da84
R/aes-calculated.r
@@ -1,5 +1,5 @@
1
# Regex to determine if an identifier refers to a calculated aesthetic
2
-match_calculated_aes <- "^\\.\\.([a-zA-z._]+)\\.\\.$"
+match_calculated_aes <- "^\\.\\.([a-zA-Z._]+)\\.\\.$"
3
4
# Determine if aesthetic is calculated
5
is_calculated_aes <- function(aesthetics) {
0 commit comments