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 53edc51 commit 8bc39f2Copy full SHA for 8bc39f2
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