isOpt: FUSION R command line interface - test if object is NULL

View source: R/CoreFunctions.R

isOptR Documentation

FUSION R command line interface – test if object is NULL

Description

This is a helper function used in the fusionwrapr package to test the value of an object: usually a function parameter. While this simply wraps is.null(), it makes for slightly more readable code in the functions that build command lines.

Usage

isOpt(x)

Arguments

x

object

Value

A (invisible) boolean value, TRUE indicates the object value is not NULL, FALSE indicates the object value is NULL.


bmcgaughey1/fusionwrapr documentation built on Dec. 1, 2024, 7:13 a.m.