Changelog
Source:NEWS.md
openalexR (development version)
- Breaking change: Reorder of the first two arguments in
oa_fetch
:entity
now comes beforeidenfitifier
. This should not affect your workflow too much unless you have been getting article information from OpenAlex IDs. - new arguments to
oa_fetch
:sample
andseed
allows the user to download a random subset of the entities instead of the entire set. -
oa_ngrams
gets you N-grams of works - Bug fixes
openalexR 1.0.0
CRAN release: 2022-10-06
- Breaking change: now uses a more canonical way to filter #7.
- In
oa_fetch
,abstract
now defaults to FALSE to save compute/query time/space. You will need to setabstract = TRUE
to retrieve abstracts for the articles. - Added website, hex.
- Added tests.
- Added R CMD CHECK as a GH Action
- Bug fixes.
- Added vignettes.