Skip to content

Commit

Permalink
Add download of APA csl file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondBalise committed Feb 11, 2024
1 parent d946b9d commit 57a883c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/make_project.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

}

0 comments on commit 57a883c

Please sign in to comment.