R/checkKey.R

# checkKey
#
#
checkKey <- function(dfList) {
    sapply(dfList, function(x) names(x)[1]=="KEY" & all(is.numeric(x[,1])))
}
mmiche/esmprep documentation built on July 7, 2019, 8:23 p.m.