pretty_arguments: Print Pretty Arguments

View source: R/train.R

pretty_argumentsR Documentation

Print Pretty Arguments

Description

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

## Not run: 
pretty_arguments(formals(twdtw_knn1))

## End(Not run)


dtwSat documentation built on Sept. 22, 2023, 9:06 a.m.