addResultFile: Adds a result file

View source: R/reports.R

addResultFileR Documentation

Adds a result file

Description

Adds a result file in text format or zipped.

Usage

addResultFile(
  doc,
  param,
  result,
  rawData,
  useInOutput = TRUE,
  file = paste0("result--", param$comparison, ".txt")
)

Arguments

doc

an object of the class bsdoc to add the result.

param

a list of parameters that pastes the comparison into the file name and does a zip file if doZip is true.

result

a list of results.

rawData

a list of raw data obtained from loadCountDataset().

useInOutput

a logical specifying whether to use most of the result information.

file

a character representing the name of the result file.

Value

Returns the name of the result file.

Author(s)

Rehrauer, Hubert

Schmid, Peter


uzh/ezRun documentation built on Sept. 16, 2024, 11:21 p.m.