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