crmatch provides an R interface to Crossref Metadata Search for fuzzy matching of free-form references to DOIs.
Link: http://search.crossref.org/references
This package is only available via GitHub. To install, using devtools package
devtools::install_github("subugoe/crmatch")
# load into R
library("crmatch")
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>
This package complements the wonderful rcrossref-package
- Please report any issues or bugs.
- License: MIT
- Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.