更新模版
This commit is contained in:
+18
-2
@@ -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()
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user