isEmpty: Check for empty arguments

isEmptyR Documentation

Check for empty arguments

Description

Gemma functions accept typed NAs instead of simple NULLS. I believe this was done as a non-standard-in-R way of specifying data types for the users. Usually this is fine but it makes checking for emptyness a bit annoying since a user can still provide NULLs to make them empty

Usage

isEmpty(x)

Arguments

x

A parameter that can be NA or NULL when empty


jsicherman/Gemma-API documentation built on April 27, 2024, 2:57 a.m.