CORE API R client
CORE API docs: https://core.ac.uk/docs/
rcoreoa docs: https://docs.ropensci.org/rcoreoa/
Get an API key at https://core.ac.uk/api-keys/register. You'll need one,
so do this now if you haven't yet. Once you have the key, you can pass it
into the key
parameter, or as a much better option store your key as an
environment variable with the name CORE_KEY
or an R option as core_key
.
See ?Startup
for how to work with env vars and R options
CORE's tagline is: "Aggregating the world's open access research papers"
CORE offers seamless access to millions of open access research papers, enrich the collected data for text-mining and provide unique services to the research community.
For more infos on CORE, see https://core.ac.uk/about
install.packages("rcoreoa")
Development version
remotes::install_github("ropensci/rcoreoa")
library("rcoreoa")
Get started with an introduction to the package: https://docs.ropensci.org/rcoreoa/articles/rcoreoa
- Please report any issues or bugs.
- License: MIT
- Get citation information for
rcoreoa
in R doingcitation(package = 'rcoreoa')
- Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.