Learn R Programming

devtoolbox (version 0.2.0)

generate_summary: 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)

Value

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

Arguments

package_name

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

Examples

Run this code
library(devtoolbox)
generate_summary(package_name = "devtoolbox")

Run the code above in your browser using DataLab