args(name)
name
is a character string then the function with that
name is found and used.NULL
) body.For a primitive, a closure with the documented usage and NULL
body. Note that some primitives do not make use of named arguments
and match by position rather than name.NULL
in case of a non-function.
formals
instead.
formals
,
help
.
args(c)
args(graphics::plot.default)
Run the code above in your browser using DataLab