R/getProtectedFlag.R

##' The function obtains the flag combinations which are considered protected.
##'
##' @export

getProtectedFlag = function(){
    protectedData = flagValidTable[flagValidTable$Protected, ]
    combineFlag(protectedData, "flagObservationStatus", "flagMethod")
}
SWS-Methodology/faoswsFlag documentation built on May 9, 2019, 11:47 a.m.