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:
shiny
module for adding cards (i.e.ย items) into a
reportshiny
module for previewing the report on-screenFrom 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.