update brand and metadata.yml

This commit is contained in:
2025-11-24 01:00:28 +08:00
parent 0c1b963a90
commit 3536796b71
7 changed files with 234 additions and 183 deletions
+2 -7
View File
@@ -2,16 +2,11 @@
subtitle: "演示材料"
---
```{r}
#| include: false
require(drwateR)
require(rmdify)
rmdify::rmd_init()
```
```{r}
#| echo: false
#| output: asis
data.frame(fd = dir(".", pattern = ".[-_]")) |>
data.frame(fd = dir(".", pattern = "\\d{4}[-_]")) |>
dplyr::mutate(
fn = purrr::map_chr(
fd,