This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
rcoreoa v0.3.0
NEW FEATURES
- gains new methods
core_articles_search()
andcore_articles_search_()
for searching for articles (#15) - gains new manual file
?core_cache
for an overview of caching - package
hoardr
now used for managing file caching (#13) - function
core_advanced_search()
gains support for thelanguage
filter (#16) thanks @chreman
MINOR IMPROVEMENTS
- support for passing in more than one journal/article/etc. identifier for
core_articles_pdf()
/core_articles_history()
- already supported in other functions (#10) overwrite
parameter was being ignored incore_articles_pdf()
, now is passed on internally (#12)parse
parameter dropped incore_articles_pdf()
, only used internally (#11)- Improved docs on how to get and use API keys (#14)
- Improve documentation about what a 404 error response means - that the thing reqeusted does not exist (#9)