Convert IQRoutputTable to text representation
text_IQRoutputTable.Rd
Convert IQRoutputTable to text representation
text_IQRoutputTable(
object,
report = NULL,
na.string = NULL,
FLAGreplaceRoundBracketsHeader = TRUE
)
Arguments
- object
IQRoutputTable object
- report
TRUE: add reporting tags FALSE: do not add (for scfreen output only). Also stored in object but can be overridden here
- na.string
Character string to replace NA entries by. Defaults to NULL.
- FLAGreplaceRoundBracketsHeader
If TRUE then "(" and ")" in table headers will be replaced by
"["
and"["
. If FALSE, then no such replacement is done. Needed for compatibility with IQReport on Linux.
Value
Character string with table in text format
See also
Other Output:
IQRinitCompliance()
,
IQRoutputCSV()
,
IQRoutputDEFINE()
,
IQRoutputFigure()
,
IQRoutputFile()
,
IQRoutputPDF()
,
IQRoutputPDFParallel()
,
IQRoutputPDFend()
,
IQRoutputPDFstart()
,
IQRoutputPNG()
,
IQRoutputRDS()
,
IQRoutputTable()
,
IQRoutputValueTable()
,
IQRoutputXPT()
,
createSubmissionPack()
,
getModelSpecification()
,
getProgramSpecification()
,
import_IQRdataOriginal()
,
is_enabled_complianceMode()
,
is_enabled_rdsMode()
,
packageR_IQRtools()
,
print.IQRoutputTable()
,
read_IQRoutputTable()