knitrContainer-package: Collect and Print Multiple Objects in a 'Knitr' R Markdown...

knitrContainer-packageR Documentation

Collect and Print Multiple Objects in a Knitr R Markdown Report

Description

The purpose of knitrContainer is to collect objects (especially ones generated in a loop) and print them in a knitr/rmarkdown report.

WHY? Some objects such as pander tables and plotly plots, are not printed from inside a loop and are not displayed in 'knitr' reports. 'knitrContainer' solves this problem by providing convenience functions to get these objects printed and included in HTML files.

Objects

What objects can be collectd and printed with knitrContainer?

An object used by knitrContainer can be any object, that is includible in an R list and that is printable, such as:

Author(s)

Vilmantas Gegzna

References

Some ideas for functions in knitrContainer package are taken from this answer on github.com.

See Also

knitrContainer's gitHub repository.


GegznaV/knitrContainer documentation built on April 16, 2023, 1:38 p.m.