Skip to content

Commit e7f05ba

Browse files
committed
class for skipping labels
1 parent 1bfb3c9 commit e7f05ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/aes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ aes_all <- function(vars) {
360360
# refer to the data mask
361361
structure(
362362
lapply(vars, function(x) new_quosure(as.name(x), emptyenv())),
363-
class = "uneval"
363+
class = c("unlabelled_uneval", "uneval")
364364
)
365365
}
366366

0 commit comments

Comments
 (0)