Skip to content

Commit

Permalink
Merge pull request #39 from RaymondBalise/add_APA_csl
Browse files Browse the repository at this point in the history
Add download of APA csl file.
  • Loading branch information
RaymondBalise authored Feb 15, 2024
2 parents d946b9d + 57a883c commit 26203d5
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 26203d5

Please sign in to comment.