All Projects → ropensci → Rcrossref

ropensci / Rcrossref

Licence: other
R client for various CrossRef APIs

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Rcrossref

Taxize
A taxonomic toolbelt for R
Stars: ✭ 209 (+52.55%)
Mutual labels:  api, api-wrapper, r-package, rstats
Qualtrics
Download ⬇️ Qualtrics survey data directly into R!
Stars: ✭ 151 (+10.22%)
Mutual labels:  api, r-package, rstats
Fulltext
Search across and get full text for OA & closed journals
Stars: ✭ 221 (+61.31%)
Mutual labels:  metadata, r-package, rstats
WikidataQueryServiceR
An R package for the Wikidata Query Service API
Stars: ✭ 23 (-83.21%)
Mutual labels:  api-wrapper, rstats, r-package
Rgbif
Interface to the Global Biodiversity Information Facility API
Stars: ✭ 113 (-17.52%)
Mutual labels:  api, r-package, rstats
Dataspice
🌶 Create lightweight schema.org descriptions of your datasets
Stars: ✭ 137 (+0%)
Mutual labels:  metadata, r-package, rstats
cablecuttr
An R wrapper for CanIStream.It API
Stars: ✭ 17 (-87.59%)
Mutual labels:  api-wrapper, rstats, r-package
Rplos
R client for the PLoS Journals API
Stars: ✭ 289 (+110.95%)
Mutual labels:  metadata, r-package, rstats
kaggler
🏁 API client for Kaggle
Stars: ✭ 50 (-63.5%)
Mutual labels:  api-wrapper, rstats, r-package
worrms
World Register of Marine Species R client
Stars: ✭ 13 (-90.51%)
Mutual labels:  api-wrapper, rstats, r-package
rredlist
IUCN Red List API Client
Stars: ✭ 31 (-77.37%)
Mutual labels:  api-wrapper, rstats, r-package
Ckanr
R client for the CKAN API
Stars: ✭ 91 (-33.58%)
Mutual labels:  api-wrapper, r-package, rstats
Gistr
Interact with GitHub gists from R
Stars: ✭ 90 (-34.31%)
Mutual labels:  api-wrapper, r-package, rstats
Rorcid
A programmatic interface the Orcid.org API
Stars: ✭ 101 (-26.28%)
Mutual labels:  api-wrapper, r-package, rstats
Umapr
UMAP dimensionality reduction in R
Stars: ✭ 115 (-16.06%)
Mutual labels:  r-package, rstats
Gramr
RStudio Addin, function, & shiny app for the write-good linter 📝
Stars: ✭ 116 (-15.33%)
Mutual labels:  r-package, rstats
Roomba
General purpose API response tidier
Stars: ✭ 117 (-14.6%)
Mutual labels:  r-package, rstats
Tlaw
The Last API Wrapper: Pragmatic API wrapper framework
Stars: ✭ 112 (-18.25%)
Mutual labels:  api, api-wrapper
Available
Check if a package name is available to use
Stars: ✭ 116 (-15.33%)
Mutual labels:  r-package, rstats
Modistsp
An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
Stars: ✭ 118 (-13.87%)
Mutual labels:  r-package, rstats

rcrossref: R interface to CrossRef APIs

cran checks Project Status: Active - The project has reached a stable, usable state and is being actively developed. R-check codecov rstudio mirror downloads cran version

CrossRef documentation

Installation

Stable version from CRAN

install.packages("rcrossref")

Or development version from GitHub

remotes::install_github("ropensci/rcrossref")

Load rcrossref

library('rcrossref')

Register for the Polite Pool

If you are intending to access Crossref regularly you will want to send your email address with your queries. This has the advantage that queries are placed in the polite pool of servers. Including your email address is good practice as described in the Crossref documentation under Good manners (https://github.com/CrossRef/rest-api-doc#good-manners--more-reliable-service). The second advantage is that Crossref can contact you if there is a problem with a query.

Details on how to register your email in a call can be found at ?rcrossref-package. To pass your email address to Crossref, simply store it as an environment variable in .Renviron like this:

Open file: file.edit("~/.Renviron")

Add email address to be shared with Crossref crossref_email= "[email protected]"

Save the file and restart your R session

To stop sharing your email when using rcrossref simply delete it from your .Renviron file.

Documentation

See https://docs.ropensci.org/rcrossref/ to get started

Meta


This package is part of a richer suite called fulltext (https://github.com/ropensci/fulltext), along with several other packages, that provides the ability to search for and retrieve full text of open access scholarly articles.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].