You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package version: Version: 0.2.3
R.version: R version 4.0.2 (2020-06-22)
Note: both poorman's and dplyr's across do not work when I supply a single quoted function. dplyr::summarize(iris, dplyr::across(c("Sepal.Length", "Sepal.Width"), "mean"))
The text was updated successfully, but these errors were encountered:
across()
does not accept quoted fun/funcs.package version: Version: 0.2.3
R.version: R version 4.0.2 (2020-06-22)
Note: both poorman's and dplyr's across do not work when I supply a single quoted function.
dplyr::summarize(iris, dplyr::across(c("Sepal.Length", "Sepal.Width"), "mean"))
The text was updated successfully, but these errors were encountered: