Print function formals as a list
fml_list.Rd
Print function formals as a list
Arguments
- f
fun
- paired
lgl
Whether to output as paired arguments to be passed to another function.- to_console
lgl
whether to printdput
output to console. ** Default: FALSE **
Examples
fml_list(base::apply)
#> $X
#> X
#>
#> $MARGIN
#> MARGIN
#>
#> $FUN
#> FUN
#>
#> $...
#> ...
#>
#> $simplify
#> simplify
#>