knitr::opts_chunk$set(echo = TRUE,results = 'asis',warning= FALSE)
cat(paste0("**Input file**\n\n"
           ,loaded_data$name
           ,"\n\n"))

cat(paste0("**Site ID**\n\n"
           ,loaded_data$siteID
           ,"\n\n"))

Including tables

The following tables were created in this analysis session:

cat("**Metadata table**\n\n")
saveToReport$metadataTable
cat("**Summary table**\n\n")
saveToReport$summaryTable

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.



leppott/ContDataSumViz documentation built on Jan. 30, 2024, 10 p.m.