View source: R/utilities-writing-report.R
addTableChunk | R Documentation |
Add a table in a .md document
addTableChunk(
fileName,
tableFileRelativePath,
tableFileRootDirectory,
digits = NULL,
scientific = NULL,
na = "-"
)
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 |
Other reporting:
addFigureChunk()
,
addTextChunk()
,
anchor()
,
copyReport()
,
getAnchorName()
,
getFigurePathsFromReport()
,
hasAnchor()
,
mergeMarkdownFiles()
,
renderReport()
,
renderWordReport()
,
resetReport()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.