When calling orbi_summarize_results with custom .by parameters, there is an error message.
Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
# Was:
data %>% select(by)
# Now:
data %>% select(all_of(by))
See <https://tidyselect.r-lib.org/reference/faq-external-vector.html>.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
Side note, calling lifecycle::last_lifecycle_warnings() results in an empty list.
When calling orbi_summarize_results with custom
.byparameters, there is an error message.Side note, calling
lifecycle::last_lifecycle_warnings()results in an empty list.