Skip to content

Commit

Permalink
added filename
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanThoma committed May 3, 2024
1 parent 2b01ab0 commit 18dcf4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion posts/2023-11-27_higher_order/higher_order.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ The three higher order functions available in [{admiral}](https://pharmaverse.gi
source("appendix.R")
insert_appendix(
repo_spec = "pharmaverse/blog",
name = long_slug
name = long_slug,
# file_name should be the name of your file
file_name = list.files() %>% stringr::str_subset(".qmd") %>% first()
)
```

0 comments on commit 18dcf4e

Please sign in to comment.