We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b40a7b commit 57e2ec0Copy full SHA for 57e2ec0
tabsets/tabsets-from-r-chunks/README.md
@@ -2,7 +2,7 @@
2
<div>
3
4
See live at
5
-<https://quartopub.com/sites/examples/create-tabsets-panel-from-r-code>
+<https://examples.quarto.pub/create-tabsets-panel-from-r-code/>
6
7
</div>
8
tabsets/tabsets-from-r-chunks/README.qmd
@@ -5,14 +5,7 @@ execute:
---
::: {.content-visible when-format="gfm"}
-```{r}
9
-#| echo: false
10
-#| output: asis
11
-if (file.exists(pub_yaml <- "_publish.yml")) {
12
- url <- yaml::read_yaml(pub_yaml)[[1]][["quarto-pub"]][[1]][["url"]]
13
- glue::glue("See live at <{ url }>")
14
-}
15
-```
+See live at <https://examples.quarto.pub/create-tabsets-panel-from-r-code/>
16
:::
17
18
## About this example
0 commit comments