addTableChunk: addTableChunk

View source: R/utilities-writing-report.R

addTableChunkR Documentation

addTableChunk

Description

Add a table in a .md document

Usage

addTableChunk(
  fileName,
  tableFileRelativePath,
  tableFileRootDirectory,
  digits = NULL,
  scientific = NULL,
  na = "-"
)

Arguments

fileName

name of .md file

tableFileRelativePath

path to table relative to working directory

tableFileRootDirectory

working directory

digits

number of decimal digits in displayed numbers

scientific

logical defining if displayed numbers use scientific writing

na

character string replacing 'NA' values in table

See Also

Other reporting: addFigureChunk(), addTextChunk(), anchor(), copyReport(), getAnchorName(), getFigurePathsFromReport(), hasAnchor(), mergeMarkdownFiles(), renderReport(), renderWordReport(), resetReport()


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on March 30, 2024, 4:17 p.m.