Skip to content

Commit

Permalink
Update R/Previewer.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: kartikeya kirar <[email protected]>
  • Loading branch information
kartikeyakirar and m7pr authored Oct 4, 2023
1 parent a08cca5 commit cac16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Previewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reporter_previewer_ui <- function(id) {
#' For more details see the vignette: `vignette("previewerReporter", "teal.reporter")`.
#' @param id `character(1)` this `shiny` module's id.
#' @param reporter `Reporter` instance
#' @param global_knitr `list` a global `knitr` parameters for customizing the rendering process.
#' @param global_knitr `list` a of `knitr` parameters (passed to `knitr::opts_chunk$set`) for customizing the rendering process.
#' @inheritParams reporter_download_inputs
#' @export
reporter_previewer_srv <- function(id,
Expand Down

0 comments on commit cac16b0

Please sign in to comment.