View source: R/ResultsDocumentGeneration.R
| generateResultsDocument | R Documentation | 
generateResultsDocument creates a word document with results based on a template
generateResultsDocument(
  results,
  outputFolder,
  docTemplate = "EHDEN",
  authors = "Author Names",
  databaseDescription,
  databaseName,
  databaseId,
  smallCellCount,
  silent = FALSE
)
| results | Results object from  | 
| 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) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.