isEmpty function

isEmpty

isEmpty

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

isEmpty(x)

Arguments

  • x: Data

Returns

NA or the data

  • Maintainer: Matthew Smith
  • License: GPL-3
  • Last published: 2023-03-31

Useful links