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
The documentation of summary_row indicates the user should be able to provide a bare function to the fns argument (when its in a named list). Currently, you get "Error: All functions provided as bare names in fns need a label."
Reproducible example
Post a minimal reproducible example so the maintainer can troubleshoot the problems you identify. A reproducible example is:
Runnable: post enough R code and data so any onlooker can create the error on their own computer.
Minimal: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand.
What should have happened? Please be as specific as possible.
I expect the the functions to be applied as written to the column "num", creating new summary rows with rownames average, total, and SD. Am I misreading the documentation?
Session info
End the reproducible example with a call to sessionInfo() in the same session (e.g. reprex(session_info = TRUE)) and include the output.
The text was updated successfully, but these errors were encountered:
I will have a closer look at this. Either the documentation is wrong or was accurate before something happened in the codebase. Either way, the example you provided should be made to work since it is sensible!
Prework
Description
Describe the bug clearly and concisely.
The documentation of summary_row indicates the user should be able to provide a bare function to the fns argument (when its in a named list). Currently, you get "Error: All functions provided as bare names in
fns
need a label."Reproducible example
Created on 2022-04-05 by the reprex package (v2.0.1)
Session info
Created on 2022-04-05 by the reprex package (v2.0.1)
Expected result
What should have happened? Please be as specific as possible.
I expect the the functions to be applied as written to the column "num", creating new summary rows with rownames average, total, and SD. Am I misreading the documentation?
Session info
End the reproducible example with a call to
sessionInfo()
in the same session (e.g.reprex(session_info = TRUE)
) and include the output.The text was updated successfully, but these errors were encountered: