getExportedElement | 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.
getExportedElement(report, exportId)
report |
The source report. |
exportId |
The ID of the exported element.
|
The exported report element or NULL if the ID does not
exist in report
.
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.
Nils Gehlenborg nils@hms.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.