Skip to content

Commit

Permalink
fix merging artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebowa committed Feb 5, 2025
1 parent e9d36a2 commit fb6a842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/data-transform-as-shiny-module.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ app <- init(
if (interactive()) {
shinyApp(app$ui, app$server)
}
=======
```

This approach provides greater flexibility in data preprocessing, allowing transformations to be tailored to specific datasets for a specific module.

```{r shinylive_iframe_4, echo = FALSE, out.width = '150%', out.extra = 'style = "position: relative; z-index:1"', eval = requireNamespace("roxy.shinylive", quietly = TRUE) && knitr::is_html_output() && identical(Sys.getenv("IN_PKGDOWN"), "true")}
Expand Down

0 comments on commit fb6a842

Please sign in to comment.