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 502029d commit 55ca5ebCopy full SHA for 55ca5eb
1 file changed
R/create_all_plots.R
@@ -36,7 +36,8 @@ create_all_plots <- function(ecodata_name = NULL, write_only = F, n = 0) {
36
37
# Remove unused "srcref" attributes, which exist in some plot functions
38
if ("srcref" %in% colnames(all_combinations)) {
39
- dplyr::select(all_combinations, !srcref)
+ all_combinations <- all_combinations |>
40
+ dplyr::select(!srcref)
41
}
42
43
# For plot functions that include an "EPU" argument:
0 commit comments