You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose this is possible, but I won't get around to implementing this any time soon (I'd be willing to review a PR, though). In priniciple, it should be easy to achieve this manually by tidying the bib-files separately and merging the text files using readLines() and, for example, cat(..., append = TRUE).
Would you mind allowing multiple messy bib files for
tidy_bib_file()
function?Let's say you have two bib files in your YAML:
I would like to create a
tidy_references.bib
file out of these two messy bib files.So, I did the following; however,
tidy_bib_file()
function does not allow multiple messy bib files.The text was updated successfully, but these errors were encountered: