Skip to contents

Display a list of arguments of a given function in a human-readable format.

Usage

pretty_arguments(args)

Arguments

args

A list of named arguments to display.

Value

Invisible NULL. The function is mainly used for its side effect of printing.

Examples

if (FALSE) {
pretty_arguments(formals(twdtw_knn1))
}