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
NAvalues in table