update extensions
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ rmdify::rmd_init()
|
||||
|
||||
```{r}
|
||||
#| output: asis
|
||||
data.frame(fd = dir(".", pattern = "[-_]")) |>
|
||||
data.frame(fd = dir(".", pattern = ".[-_]")) |>
|
||||
dplyr::filter(!grepl("_files", fd)) |>
|
||||
dplyr::filter(!grepl("quarto", fd)) |>
|
||||
dplyr::mutate(
|
||||
|
||||
Reference in New Issue
Block a user