MatchingArguments | R Documentation |
Returns a vector of overlapping character strings between extra_args
and arguments from function FUN
. If FUN
is taking ...
as
input, this function returns extra_args
.
MatchingArguments(extra_args, FUN)
extra_args |
vector of character strings. |
FUN |
function. |
A vector of overlapping arguments.
MatchingArguments(
extra_args = list(Sigma = 1, test = FALSE),
FUN = MASS::mvrnorm
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.