View source: R/generate_summary.R
generate_summary | R Documentation |
Return a data frame summarising functions, family, title, description, and arguments of a loaded package.
generate_summary(package_name)
package_name |
String providing the name of the loaded package, e.g. surveytoolbox |
A data frame summarising functions, family, title, description, and arguments of a loaded package.
library(devtoolbox) generate_summary(package_name = "devtoolbox")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.