generateResultsDocument: Generates the Results Document

View source: R/ResultsDocumentGeneration.R

generateResultsDocumentR Documentation

Generates the Results Document

Description

generateResultsDocument creates a word document with results based on a template

Usage

generateResultsDocument(
  results,
  outputFolder,
  docTemplate = "EHDEN",
  authors = "Author Names",
  databaseDescription,
  databaseName,
  databaseId,
  smallCellCount,
  silent = FALSE
)

Arguments

results

Results object from cdmInspection

outputFolder

Folder to store the results

docTemplate

Name of the document template (EHDEN)

authors

List of author names to be added in the document

databaseDescription

Description of the database

databaseName

Name of the database

databaseId

Id of the database

smallCellCount

Date with less than this number of patients are removed

silent

Flag to not create output in the terminal (default = FALSE)


EHDEN/CdmInspection documentation built on April 25, 2024, 12:36 p.m.