nonNull: Make sure that x is assigned a reasonable value

View source: R/utils.R

nonNullR Documentation

Make sure that x is assigned a reasonable value

Description

Make sure that x is assigned a reasonable value

Usage

nonNull(x, default, length = NULL, defaultNULL.ok = FALSE)

Arguments

x

Any vector

default

A default value

length

Desired length

defaultNULL.ok

Logical, whether the default can be NULL or not

Value

non-null values


bedapub/ribiosPlot documentation built on Sept. 1, 2023, 6:50 p.m.