match_unnamed_args: Match unnamed arguments
Description
Similar to match.call, but without evaluating arguments, avoiding possible
syntactic errors that would arise due to ggpackets-specific syntax.
Usage
match_unnamed_args(f, args, envir = parent.frame())
Arguments
- f
A function to match arguments against.
- args
A list of arguments to match.
- envir
An environment in which the function should be matched.