newSubSection {Nozzle.R1} | R Documentation |
Create a new subsection element.
newSubSection(..., exportId = NULL,
protection = PROTECTION.PUBLIC)
... |
Strings that will be concatenated to form the subsection title. |
exportId |
Unique string to identify this element.
Used to retrieve the element using
|
protection |
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE. |
New element.
Nils Gehlenborg nils@hms.harvard.edu