library(help="dplyr") provides me the various functions available in the dplyr package but there is a lot to count. Hence, want to know if there is any code to count these functions available in the package.
Asked
Active
Viewed 23 times
1
-
Also this one asked today: https://stackoverflow.com/questions/57848530/can-there-be-r-packages-without-any-functions-in-it – Stéphane Laurent Sep 09 '19 at 17:00
-
how about `length(getNamespaceExports('dplyr'))` – Mike Sep 09 '19 at 20:27