dot-get_if_args_are_missing: Determines which arguments for a function, which is its...

Description Usage Arguments Value

Description

Determines which arguments for a function, which is its caller by default.

Usage

1
.get_if_args_are_missing(fun = sys.function(-1), ncall = 3)

Arguments

fun

A function; default: the caller.

ncall

The parent frame index; default: 3 (the great-grandparent).

Value

A named boolean vector that contains whether each argument is missing.


ldamatch documentation built on May 23, 2021, 5:06 p.m.