teal.reporter
enables shiny
and teal
applications to include reporting functionality. The shiny
app developer (or teal
module developer) specifies the content of the report and the teal.reporter
package handles everything else.
This package provides:
- A
shiny
module for adding cards (i.e.ย items) into a report - A
shiny
module for previewing the report on-screen - The ability to download a zip file containing the reports
Installation
From July 2023 insightsengineering
packages are available on r-universe.
# stable versions
install.packages('teal.reporter', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
# beta versions
install.packages('teal.reporter', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
See package vignettes browseVignettes(package = "teal.reporter")
for usage of this package.