ropensci-archive / rromeo

:package: An R client for SHERPA/RoMEO API V1
GNU General Public License v3.0
14 stars 0 forks source link

Querrying multiple journals at the same time #25

Closed PeterGrabitz closed 5 years ago

PeterGrabitz commented 5 years ago

Currently rr_journal_name allows for querrying one single journal. Is there any plan to allow for querrying multiple journals at the same time? Something like: rromeo::rr_journal_names( c("Journal of Biogeography", "PLOS one"), qtype = "exact")

Rekyt commented 5 years ago

Hi @PeterGrabitz, Thank you for your interest! It is a great suggestion. We implemented your suggestion on branch multiple_journal_names through commit be5dd83. However, as we still struggle to provide automated testing for this function (see ropensci/vcr#93) , it is not yet in the master branch.

For the moment you can install this unstable & untested version using:

remotes::install_github("Rekyt/rromeo@multiple_journal_names")

Do no hesitate if you have any additional comments and/or suggestions on rromeo ;)

Rekyt commented 5 years ago

@PeterGrabitz you can now use multiple inputs for rr_journal_name() rr_journal_issn() and rr_publisher() with the last development version of rromeo.