For data with controlled unclassified information (CUI), get_cui_marking()
eturns the specific marking and the english language explanation of the marking. For data without CUI, it informs that there is no CUI and returns the code "PUBLIC".
get_cui_marking(eml_object)
String (invisibly)
CUI markings are defined by the U.S. National Archives (nara.gov). NPS users can designate one of three CUI markings, plus the code "PUBLIC" (essentially, no marking necessary). The three markings are: SP-NPSR, SP-HISTP or SP-ARCHR. For more information on CUI markings, please visit the CUI Markings list maintained by the National Archives.
if (FALSE) { # \dontrun{
get_cui_marking(eml_object)
} # }