getExportedElement {Nozzle.R1} | R Documentation |
Get an exported element from a report. This can be used to generate aggregate reports. This is an experimental feature of Nozzle and may not lead to the expected results.
Description
Get an exported element from a report. This can be used to generate aggregate reports. This is an experimental feature of Nozzle and may not lead to the expected results.
Usage
getExportedElement(report, exportId)
Arguments
report |
The source report. |
exportId |
The ID of the exported element.
|
Value
The exported report element or NULL if the ID does not
exist in report
.
Note
Elements containing references should not be exported since references cannot be resolved in the target report. Relative paths in exported elements may have to be adjusted manually if the target report will be located in a different directory.
Author(s)
Nils Gehlenborg nils@hms.harvard.edu
[Package Nozzle.R1 version 1.1-1.1 Index]