Skip to contents

[Stable]

Generates a report from a specified Rmd template

Usage

PM_report(
  PM_result,
  template = getPMoptions("report_template"),
  outfile,
  show = TRUE
)

Arguments

PM_result

A PM_result object obtained from PM_load(x), where x is the run number.

template

The filename of a report template in the current working directory, or the full path/filename of a template in another directory. If not specified, the default Pmetrics report template as specified in getPMoptions is used.

outfile

The location of the generated report, defaults to a temporary file.

show

Controls if the report should be automatically opened on generation, defaults to TRUE Pmetrics will prompt the user to set this address the first time the remote argument is set to TRUE in NPrun.

Value

Generates an HTML-report in the current working directory.

See also

Author

Markus Hovd and Julian Otalvaro