Skip to contents

shiny modules for adding content to reports

add_card_button_ui() add_card_button_srv() experimental
Add card button module

shiny modules for viewing and downloading reports

reporter_previewer_ui() reporter_previewer_srv() experimental
Report previewer module
simple_reporter_ui() simple_reporter_srv() experimental
Simple reporter module

Supporting shiny modules

download_report_button_ui() download_report_button_srv() experimental
Download report button module
reset_report_button_ui() reset_report_button_srv() experimental
Reset report button module
report_load_srv() experimental
Server to Load Reporter
report_load_ui() experimental
User Interface to Load Reporter

yaml and rmd utility functions

as_yaml_auto() experimental
Parse a named list to yaml header for an Rmd file
print(<rmd_yaml_header>) experimental
Print method for the yaml_header class
rmd_output_arguments() experimental
Get document output arguments from the rmarkdown package
rmd_outputs() experimental
Get document output types from the rmarkdown package

R6 classes used inside package

ReportCard experimental
ReportCard: An R6 class for building report elements
Reporter experimental
Reporter: An R6 class for managing report cards