View source: R/reporter_previewer_module.R
reporter_previewer_module | R Documentation |
teal
module for previewing a reportThis function wraps teal.reporter::reporter_previewer_ui()
and
teal.reporter::reporter_previewer_srv()
into a teal_module
to be
used in teal
applications.
If you are creating a teal
application using init()
then this
module will be added to your application automatically if any of your teal_modules
support report generation.
reporter_previewer_module(label = "Report previewer", server_args = list())
label |
( |
server_args |
(named |
teal_module
(extended with teal_module_previewer
class) containing the teal.reporter
previewer functionality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.