Learn R Programming

dtwSat (version 1.0.0)

pretty_arguments: Print Pretty Arguments

Description

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

Usage

pretty_arguments(args)

Value

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

Arguments

args

A list of named arguments to display.

Examples

Run this code
if (FALSE) {
pretty_arguments(formals(twdtw_knn1))
}

Run the code above in your browser using DataLab