Skip to content
Snippets Groups Projects
Commit 47d6fb5a authored by Joseph Tran's avatar Joseph Tran
Browse files

Merge branch 'dev' into 'main'

Dev

See merge request !3
parents 087d1254 7d7c97f9
No related branches found
No related tags found
1 merge request!3Dev
Pipeline #179330 passed
......@@ -358,7 +358,7 @@ ui <- fluidPage(theme=shinytheme("flatly"),
#| echo: fenced
#| eval: false
#| code-line-numbers: "16-27"
o#
#
# This is the server logic of a Shiny web application. You can run the
# application by clicking 'Run App' above.
#
......@@ -399,10 +399,10 @@ server <- function(input, output, session){
::: columns
::: {.column width="50%"}
```{r}
```{r filename="ui.R"}
#| echo: fenced
#| code-line-numbers: "24-29|32"
#| output-location: column
#| eval: false
#| code-line-numbers: "24-29,32"
# This is the user-interface definition of a Shiny web application. You change
# run the application by clicking 'Run App' above.
#
......@@ -439,10 +439,10 @@ ui <- fluidPage(theme=shinytheme("flatly"),
:::
::: {.column width="50%"}
```{r}
```{r filename="server.R"}
#| echo: fenced
#| eval: false
#| code-line-numbers: "18-26"
#| output-location: column
#
# This is the server logic of a Shiny web application. You can run the
# application by clicking 'Run App' above.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment