allSummaryFunctions: Overview of all available summaryFunctions

View source: R/allSummaryFunctions.R

allSummaryFunctionsR Documentation

Overview of all available summaryFunctions

Description

Produce an overview of all functions of class summaryFunction available in the workspace or imported from packages. This overview includes the descriptions and a list of what classes the functions are each intended to be called on.

Usage

allSummaryFunctions()

Value

An object of class functionSummary. This object has entries $name (the function names), $description (the function descriptions, as obtained from their description attributes) and $classes (the classes each function is indeded to be called on, as obtained from their classes attributes).

See Also

summaryFunction allVisualFunctions allCheckFunctions

Examples

allSummaryFunctions()


dataReporter documentation built on April 14, 2025, 1:09 a.m.