Skip to content

Commit

Permalink
rerender national with conditional probs
Browse files Browse the repository at this point in the history
  • Loading branch information
markjrieke committed Aug 11, 2024
1 parent c420584 commit ef33405
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
19 changes: 19 additions & 0 deletions 2024-potus/National.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,25 @@ if (class(polls_table)[1] != "glue") {

---

:::: {.columns}
::: {.column width="60%"}
```{r blurb-conditionals}
#| results: asis
blurb_conditional(header_font)
```

:::
::: {.column width="40%"}
:::
::::

```{r plot-conditionals}
#| fig-height: 6
plot_conditionals(branch = params$branch)
```

---

:::: {.columns}
::: {.column width="30%"}
```{r footer}
Expand Down
8 changes: 5 additions & 3 deletions _freeze/2024-potus/National/execute-results/html.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef33405

Please sign in to comment.