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