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 7d2ef50 commit ea39733Copy full SHA for ea39733
1 file changed
R/utils.R
@@ -29,7 +29,7 @@
29
}
30
31
.extract_arguments_from_attr <- function(x, attr_name) {
32
- lapply(x$layers, function(x) attr(x, attr_name, exact = TRUE)) %>%
+ lapply(unname(x$layers), function(x) attr(x, attr_name, exact = TRUE)) %>%
33
unlist(recursive = FALSE)
34
35
0 commit comments