You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/create-block.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<VideoEmbedid="-PdixmAscQI"title="Creating blocks in blockr" />
4
4
5
-
Write custom blocks in pure R to extend blockr with your own logic. A block is a specialized Shiny module that returns an **expression** (the R code it generates) and a **state** (its current input values). A workflow is a Shiny app composed of connected blocks.
5
+
Write custom blocks in pure R to extend blockr with your own logic. A block is a specialized [Shiny module](https://mastering-shiny.org/scaling-modules.html) that returns an **expression** (the R code it generates) and a **state** (its current input values). A workflow is a Shiny app composed of connected blocks.
6
6
7
7
Blocks should live in an R package so they can be registered, shared, and tested. The examples below show the package-based approach.
0 commit comments