Learn R Programming

ubiquity (version 2.1.0)

system_rpt_nca: Report NCA

Description

Appends the results of NCA to a report

Usage

system_rpt_nca(
  cfg,
  rptname = "default",
  analysis_name = "analysis",
  rows_max = 10,
  table_headers = TRUE
)

Value

cfg ubiquity system object with the NCA results appended to the specified report and if the analysis name is specified:

Arguments

cfg

ubiquity system object

rptname

report name (either PowerPoint or Word)

analysis_name

string containing the name of the NCA analysis (default 'analysis')

rows_max

maximum number of rows per slide when generating tabular data

table_headers

Boolean variable to add descriptive headers to output tables (default TRUE)

See Also