View source: R/package.basefuns.R
package.basefuns | R Documentation |
This function can be used to dig base functions from a specific R package. It helps R users find the most frequently used functions in R.
package.basefuns(package.name)
package.name |
the name of a R package.
package.basefuns("plyr")
library(plyr)
out<- llply(c("plyr","tidyr","tibble","agricolae","vegan","smatr"),package.basefuns)
out2 <- stack(unlist(out))
out2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.