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