
Last chance! 50% off unlimited learning
Sale ends in
Retrieve a function's arguments and default values in a list.
FctArgs(name, sort = FALSE)
a data.frame with the default in the first columns and with row.names as argument names.
name of the function.
logical. Should the function arguments be sorted? Defaults to FALSE
.
Andri Signorell <andri@signorell.net>
formalArgs(PlotFdist)
formals(PlotFdist)
# compare:
FctArgs(PlotFdist)
Run the code above in your browser using DataLab