View source: R/render_helpers.R
print.output_table | R Documentation |
Print table to HTML, PDF or Word from within a for loop
## S3 method for class 'output_table'
print(x, format = theFormat)
x |
The output of |
format |
String: either "html", "pdf" or "word". |
If you use for loops to produce output in an Rmd file, you need to explicitly print the outputs, and how that is done can depend on the format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.