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