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 984bf51 commit a74cb3eCopy full SHA for a74cb3e
tests/testthat/helper-facet.r
@@ -1,6 +1,4 @@
1
2
quos_list <- function(...) {
3
- x <- list(...)
4
- names(x) <- names2(x)
5
- structure(x, class = "quosures")
+ new_quosures(list(...))
6
}
0 commit comments