diff --git a/R/make_project.R b/R/make_project.R index 1ff51d5b..d38e346c 100644 --- a/R/make_project.R +++ b/R/make_project.R @@ -105,4 +105,9 @@ make_project <- function( paste0(path, "/the-new-england-journal-of-medicine.csl") ) + download.file( + "https://www.zotero.org/styles/apa", + paste0(path, "/apa.csl") + ) + }