##' The function obtains the flag combinations which are considered protected.
##'
##' @export
getProtectedFlag = function(){
protectedData = flagValidTable[flagValidTable$Protected, ]
combineFlag(protectedData, "flagObservationStatus", "flagMethod")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.