getExportedElement: Get an exported element from a report. This can be used to...

View source: R/nozzle.R

getExportedElementR 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. getExportedElementIds returns a list of exported element IDs.

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


Nozzle.R1 documentation built on June 23, 2022, 9:10 a.m.