render compile
This commit is contained in:
@@ -1 +1 @@
|
|||||||
dc55c098ea6048164d135b53acb35abf
|
e3299495debd6fd0a690dbec467177d1
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ knitr::opts_chunk$set(echo = TRUE)
|
|||||||
#| message: false
|
#| message: false
|
||||||
|
|
||||||
data.frame(fd = dir(".", pattern = "[-_]")) |>
|
data.frame(fd = dir(".", pattern = "[-_]")) |>
|
||||||
|
dplyr::filter(!grepl("^_", fd)) |>
|
||||||
dplyr::filter(!grepl("_files", fd)) |>
|
dplyr::filter(!grepl("_files", fd)) |>
|
||||||
dplyr::mutate(fn = purrr::map_chr(fd, ~ file.path(.x, dir(.x,
|
dplyr::mutate(fn = purrr::map_chr(fd, ~ file.path(.x, dir(.x,
|
||||||
pattern = "index.qmd|index.html"))[1])) |>
|
pattern = "index.qmd|index.html"))[1])) |>
|
||||||
|
|||||||
Reference in New Issue
Block a user