handle_null_args: Gracefully handle 'NULL' arguments

View source: R/matsindf_apply.R

handle_null_argsR Documentation

Gracefully handle NULL arguments

Description

When NULL is passed as an element of the .dat or ... arguments to matsindf_apply(), special care must be taken. This function helps in those situations.

Usage

handle_null_args(.arg)

Arguments

.arg

One of .dat or ... (as a list) arguments to matsindf_apply().

Value

A list representation of .arg with NULL values handled appropriately.


matsindf documentation built on Aug. 18, 2023, 5:06 p.m.