Learn R Programming

Nozzle.R1 (version 1.1-1.1)

newSection: Create a new section element.

Description

Create a new section element.

Usage

newSection(..., class = "", exportId = NULL,
    protection = PROTECTION.PUBLIC)

Arguments

...

Strings that will be concatenated to form the section title.

class

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.

exportId

Unique string to identify this element. Used to retrieve the element using getExportedElement.

protection

Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE.

Value

New element.