match_unnamed_args: Match unnamed arguments

View source: R/utils_arguments.R

match_unnamed_argsR Documentation

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.


dgkf/ggpackets documentation built on Oct. 12, 2022, 7:54 a.m.