R/checkKey2.R

# checkKey2
#
#
checkKey2 <- function(dfList) {
    sapply(dfList, function(x) match("KEY", names(x)))
}
mmiche/esmprep documentation built on July 7, 2019, 8:23 p.m.