Skip to content

Commit

Permalink
Update tidy_bib_file.R
Browse files Browse the repository at this point in the history
changed wording in line 6 from 'list' to 'vector' to properly reflect the fact that the input for messy_bibliography should be in the form of either "messy_references.bib" or c("messy1.bib", "messy2.bib")
  • Loading branch information
ilsePit authored Jan 5, 2021
1 parent d79b4f9 commit 5c4348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tidy_bib_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Removes duplicate and unneeded entries from a Bib(La)Tex-file.
#'
#' @param rmd_file Character. One or more paths to the R Markdown files that use the messy bibliography file.
#' @param messy_bibliography Character. One path or a list of paths to the messy bibliography file(s).
#' @param messy_bibliography Character. One path or a vector of paths to the messy bibliography file(s).
#' @param file Character. Path and name for the to-be-created tidy bibliography. If \code{NULL} the messy bibliography is replaced.
#' @inheritParams query_bib
#'
Expand Down

0 comments on commit 5c4348c

Please sign in to comment.