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


PavlidisLab/gemma.R documentation built on April 26, 2024, 7:50 p.m.