fm_caller_args | R Documentation |
Construct List of Arguments from Matched Caller Function
fm_caller_args(
n = 1,
...,
defaults = FALSE,
dots_env = NULL,
dots_expand = TRUE
)
n |
The number of callers to go back. |
... |
These dots must be empty. |
defaults |
Whether to match missing arguments to their defaults. |
dots_env |
An execution environment where to find dots. If
supplied and dots exist in this environment, and if |
dots_expand |
If Note that the resulting call is not meant to be evaluated since R
does not support passing dots through a named argument, even if
named |
A named list of arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.