Export an IQnca object

Export the NCA results. Pivoted text and CSV format or long format as ADPP XPT dataset

export_IQnca(
  data,
  filename = "nca_results",
  SIGNIF = 8,
  TXT = FALSE,
  CSV = TRUE,
  parameterReport = "standard"
)

Arguments

data

IQnca object

filename

Filename with path for export. No extension considered but added automatically.

SIGNIF

Number of significant digits

TXT

logical if TRUE then export as IQRoutputTable (pivoted).

CSV

logical if TRUE then export as CSV file (pivoted).

parameterReport

Character string defining the PK parameters to report in the listing. By default these parameters will be selected based on the "Standard" parameters defined in the IQparamNCA_Specification.xlsx document, subject to the profile and administration type. The user can select "All" or "Standard". Alternatively, parameterReport can also be a vector or parameter names (based on PKPARAMCD in IQparamNCA_Specification.xlsx). Instead of the standard or all ones then these will be considered in the listing (also subject to profile and administration type). Note that interval AUC (if calculated is always added by default!) If defined it overrides the default labels.

See also

Other NCA Parameter Export: exportCDISC_IQnca(), mutate_IQnca()