print.output_table: Print table to HTML, PDF or Word from within a for loop

View source: R/render_helpers.R

print.output_tableR Documentation

Print table to HTML, PDF or Word from within a for loop

Description

Print table to HTML, PDF or Word from within a for loop

Usage

## S3 method for class 'output_table'
print(x, format = theFormat)

Arguments

x

The output of output_table.

format

String: either "html", "pdf" or "word".

Details

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.


harrysouthworth/render documentation built on May 31, 2024, 11:18 a.m.