crsh / citr

RStudio Addin to Insert Markdown Citations
Other
407 stars 46 forks source link

Added option of multiple messy bib files #80

Closed ilsePit closed 3 years ago

ilsePit commented 3 years ago

Line 6: changed description messy_bibliography parameter Line 23: changed to allow for messy_bibliography to be a list of characters Line 54-57: changed to allow for multiple messy bib files to be used as input in the function tidy_bib_file(), similar to how multiple Rmd files are possible as input.

crsh commented 3 years ago

Again, thanks! This should be very useful. Same question as in the other PR: Does this work if multiple Rmd files are as c("file1.Rmd", "file2.Rmd") and list("file1.Rmd", "file2.Rmd")? If the latter does not work, it may make sense to slightly change the wording in the documentation to "One path or a vector of paths"?

ilsePit commented 3 years ago

you're right, changed it! thanks!

crsh commented 3 years ago

Thanks once more. Greatly appreciated!