23 lines
336 B
Plaintext
23 lines
336 B
Plaintext
---
|
|
subtitle: "Abstract"
|
|
author: ""
|
|
engine: knitr
|
|
---
|
|
|
|
|
|
```{r}
|
|
#| echo: false
|
|
#| out-width: 100%
|
|
#| eval: false
|
|
#| include: false
|
|
# dwfun::ggsavep("./figures/GA.pdf", loadit = TRUE)
|
|
```
|
|
|
|
|
|
```{r}
|
|
#| echo: false
|
|
#| output: asis
|
|
cat(system("grep '^abstract: ' ./MS/MS.qmd | sed -e 's/^abstract: \"*\\(.*\\).$/\\1/g'", intern = TRUE))
|
|
```
|
|
|