ropensci / europepmc

R Interface to Europe PMC RESTful Web Service
https://docs.ropensci.org/europepmc
27 stars 8 forks source link

remove data_src parameter in epmc_ftxt() #2

Closed njahn82 closed 8 years ago

njahn82 commented 8 years ago

From the onboarding review:

epmc_ftxt() includes a data_src = "pmc" argument, but the function is hard-coded to always use PMC as a source--this argument is only used to throw an error if anything other than PMC is used. Perhaps better to remove this argument and clarify in documentation, as using `args(epmc_ftxt)`` might sugget to a user that they can use another source.