Create a new section element.
newSection(..., class = "", exportId = NULL,
protection = PROTECTION.PUBLIC)
Strings that will be concatenated to form the section title.
If set to SECTION.CLASS.RESULTS, results can be reported in this section. If set to SECTION.CLASS.META the section will be a meta data section.
Unique string to identify this element.
Used to retrieve the element using
getExportedElement
.
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE.
New element.