GegznaV/knitrContainer: Collect and Print Multiple Objects in a `Knitr` R Markdown Report

The purpose of `knitrContainer` is to collect objects (especially those which are genereted in loops) to a list-type container and print them in a `knitr`/ R Markdown 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. WHAT OBJECTS? An object used by `knitrContainer` can be any object, that is includible in R list, such as text/strings, objects printable with `pander`, as well as `ggplot2` and `plotly` plots, etc.

Getting started

Package details

MaintainerVilmantas Gegzna <GegznaV@gmail.com>
LicenseGPL (>= 3)
Version0.0.28
URL https://github.com/GegznaV/knitrContainer
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("GegznaV/knitrContainer")
GegznaV/knitrContainer documentation built on April 16, 2023, 1:38 p.m.