isEmpty: isEmpty

View source: R/isEmpty_function.R

isEmptyR Documentation

isEmpty

Description

This function check whether data is numeric(0) and give returns an NA if this is true and the value of the data otherwise.

Usage

isEmpty(x)

Arguments

x

Data

Value

NA or the data


ITNr documentation built on March 31, 2023, 6:59 p.m.

Related to isEmpty in ITNr...