containInfo: Function to determine whether the data contains any...

Description Usage Arguments Value

Description

If the data contains only missing values or zeroes then it is marked as containing no information.

Usage

1
containInfo(value, observationFlag, naFlag = "M")

Arguments

value

A numeric vector to be checked.

observationFlag

The character vector representing the observation flag corresponding to the value.

naFlag

The value of the observation flag which indicates that data is missing. Defaults to "M".

Value

A logical value (TRUE or FALSE) indicating whether or not the passed vectors contain any information.


SWS-Methodology/faoswsUtil documentation built on May 9, 2019, 11:53 a.m.