gaps_present: gaps_present

View source: R/Functions_Generic.R

gaps_presentR Documentation

gaps_present

Description

This function checks the data for gaps

Usage

gaps_present(x)

Arguments

x

the data to check for gaps

Examples


 gaps_present(c(1,2,3))
 gaps_present(c(1,2,NA))


Agriculturist/waterDataSupport documentation built on Jan. 28, 2023, 11:43 a.m.