更新模版

This commit is contained in:
2023-11-08 10:17:58 +08:00
parent bda298aebc
commit f869a9dda7
37 changed files with 30247 additions and 3 deletions
+18 -2
View File
@@ -1,6 +1,22 @@
---
title: "Report"
title: "项目报告"
subtitle: "关于...的研究项目"
date: today
---
- [项目中期汇报](./20231231_项目中期汇报/index.qmd)
```{r}
#| include: false
require(drwateR)
require(rmdify)
rmdify::rmd_init()
```
```{r}
#| output: asis
dir(here::here("RP/"), pattern = "_") |>
purrr::map(~paste0("## [", .x, "](", .x, "/index.qmd)\n\n")) |>
unlist() |>
cat()
```