Skip to content

Match unstructured references to DOIs using Crossref metadata search

License

Notifications You must be signed in to change notification settings

subugoe/crmatch

Repository files navigation

Match references to Crossref DOIs using the Crossref metadata search

Travis-CI Build Status AppVeyor Build Status

crmatch provides an R interface to Crossref Metadata Search for fuzzy matching of free-form references to DOIs.

Link: http://search.crossref.org/references

Installation

This package is only available via GitHub. To install, using devtools package

devtools::install_github("subugoe/crmatch")
# load into R
library("crmatch")

Usage

There is only one function to call:

crmatch::cr_match(refs = c("Kleinbölting N, Huep G, Weisshaar B. Enhancing the GABI-Kat Arabidopsis thaliana T-DNA insertion mutant database by incorporating Araport11 annotation. Plant and Cell Physiology. 2017;58(1): e7.", "Tamir, Jonathan I. et al. “T-2 Shuffling: Sharp, Multicontrast, Volumetric Fast Spin-Echo Imaging.” Magnetic Resonance in Medicine 77.1 (2017): 180–195."))
#> # A tibble: 2 × 5
#>                                                                          text
#> *                                                                       <chr>
#> 1 Kleinbölting N, Huep G, Weisshaar B. Enhancing the GABI-Kat Arabidopsis tha
#> 2 Tamir, Jonathan I. et al. “T-2 Shuffling: Sharp, Multicontrast, Volumetric 
#> # ... with 4 more variables: match <lgl>, doi <chr>, coins <chr>,
#> #   score <dbl>

Use rcrossref to make full use of Crossref APIs

This package complements the wonderful rcrossref-package

Meta

About

Match unstructured references to DOIs using Crossref metadata search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages