Retrieve a Function's Arguments
Retrieve a function's arguments and default values in a list.
FctArgs(name, sort = FALSE)
name |
name of the function. |
sort |
logical. Should the function arguments be sorted? Defaults to |
a data.frame with the default in the first columns and with row.names as argument names.
Andri Signorell <andri@signorell.net>
formalArgs
, formals
, args
, alist
, body
formalArgs(PlotFdist) formals(PlotFdist) # compare: FctArgs(PlotFdist)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.