update brand and metadata.yml
This commit is contained in:
+1
-3
@@ -14,9 +14,7 @@ rmdify::rmd_init()
|
||||
|
||||
```{r}
|
||||
#| output: asis
|
||||
data.frame(fd = dir(".", pattern = ".[-_]")) |>
|
||||
dplyr::filter(!grepl("_files", fd)) |>
|
||||
dplyr::filter(!grepl("quarto", fd)) |>
|
||||
data.frame(fd = dir(".", pattern = "\\d{4}[-_]")) |>
|
||||
dplyr::mutate(
|
||||
fn = purrr::map_chr(
|
||||
fd,
|
||||
|
||||
Reference in New Issue
Block a user