generate_summary: Run a summary of functions and the associated description for...

View source: R/generate_summary.R

generate_summaryR Documentation

Run a summary of functions and the associated description for a loaded package

Description

Return a data frame summarising functions, family, title, description, and arguments of a loaded package.

Usage

generate_summary(package_name)

Arguments

package_name

String providing the name of the loaded package, e.g. surveytoolbox

Value

A data frame summarising functions, family, title, description, and arguments of a loaded package.

Examples

library(devtoolbox)
generate_summary(package_name = "devtoolbox")


devtoolbox documentation built on July 8, 2022, 5:08 p.m.