Insert a comment section in RMarkdown reports. Use this function within
a code chunk and make sure to set the chunk option results = 'asis'.
report_Comment(level = 1, text, delim)
| level | 
  | 
    
|---|---|
| text | 
  | 
    
| delim | 
  | 
    
Text output via cat.
report_Comment(level = 1, text = "My comment", delim = "\\newpage")#> #> #> \newpage #> #> # Comment #> #> My comment #>