fml_list: Print function formals as a list

View source: R/universal_useful.R

fml_listR Documentation

Print function formals as a list

Description

Print function formals as a list

Usage

fml_list(f, paired = TRUE, to_console = FALSE)

Arguments

f

fun

paired

lgl Whether to output as paired arguments to be passed to another function.

to_console

lgl whether to print dput output to console. ** Default: FALSE **

Value

msg

Examples

fml_list(base::apply)

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.