##' The function returns the flag combination which are valid
##'
##' @export
##'
getValidFlag = function(){
validFlagData = flagValidTable[flagValidTable$Valid, ]
combineFlag(validFlagData, "flagObservationStatus", "flagMethod")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.