gmGeostats (version 0.11.3)

has.missings.data.frame: Check presence of missings check presence of missings in a data.frame

Description

Check presence of missings check presence of missings in a data.frame

Usage

# S3 method for data.frame
has.missings(x, mc = NULL, ...)

Value

A single true/false response about the presence of any missing value on the whole data set

Arguments

x

data, of class data.frame

mc

not used

...

not used

Examples

Run this code
library(compositions)
data(Windarling)
has.missings(Windarling)
head(Windarling)
Windarling[1,1] = NA
head(Windarling)
has.missings(Windarling)

Run the code above in your browser using DataLab