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
::install_github("ropensci/rcoreoa") remotes
library("rcoreoa")
Get started with an introduction to the package: https://docs.ropensci.org/rcoreoa/articles/rcoreoa
rcoreoa
in R doing
citation(package = 'rcoreoa')