Opens an interactive Shiny application for selecting, reordering, and replaying multiple saved reports into a single combined DOCX document. Reports can be loaded from one or more meta folders, reordered via drag-and-drop, and rendered with optional TOC settings.
Arguments
- meta_dir
Character string (optional). Default meta folder path to pre-populate in the app. If
NULL, the user must enter a path manually.- ...
Additional arguments passed to
shiny::runApp(), such aslaunch.browser = TRUE.
Value
Invisibly returns the result of shiny::runApp().