Skip to contents

shiny modules for adding content to reports

shiny modules for viewing and downloading reports

Supporting shiny modules

add_card_button_ui() add_card_button_srv()
Add card button module
download_report_button_ui() download_report_button_srv()
Download report button module
reset_report_button_ui() reset_report_button_srv()
Reset report button module
report_load_ui() report_load_srv()
Load Reporter button module
preview_report_button_ui() preview_report_button_srv() experimental
Show report previewer button module

yaml and rmd utility functions

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

R6 classes used inside package

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

Deprecated functions

reporter_previewer_ui() reporter_previewer_srv() deprecated
Report previewer module