Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Use Unpaywall with R

License

NotificationsYou must be signed in to change notification settings

ropensci/roadoi

Repository files navigation

R build statuscodecov.iocran versionrstudio mirror downloadsreview

roadoi interacts with theUnpaywall RESTAPI, an openly availableweb-interface which returns metadata about open access versions ofscholarly works.

This client supports the most recent API Version 2.

API Documentation:https://unpaywall.org/products/api

How do I use it?

Use theoadoi_fetch() function in this package to get open accessstatus information and full-text links from Unpaywall.

roadoi::oadoi_fetch(dois= c("10.1038/ng.3260","10.1093/nar/gkr1047"),email="najko.jahn@gmail.com")#> # A tibble: 2 x 21#>   doi      best_oa_location  oa_locations oa_locations_emb…#>   <chr>    <list>            <list>       <list>#> 1 10.1038… <tibble [1 × 11]> <tibble [1 … <tibble [0 × 0]>#> 2 10.1093… <tibble [1 × 10]> <tibble [6 … <tibble [0 × 0]>#> # … with 17 more variables: data_standard <int>,#> #   is_oa <lgl>, is_paratext <lgl>, genre <chr>,#> #   oa_status <chr>, has_repository_copy <lgl>,#> #   journal_is_oa <lgl>, journal_is_in_doaj <lgl>,#> #   journal_issns <chr>, journal_issn_l <chr>,#> #   journal_name <chr>, publisher <chr>,#> #   published_date <chr>, year <chr>, title <chr>,#> #   updated_resource <chr>, authors <list>

There are no API restrictions. However, providing an email address isrequired and a rate limit of 100k is suggested. If you need to accessmore data, use thedata dumpinstead.

RStudio Addin

This package also has a RStudio Addin for easily finding free full-textsin RStudio.

How do I get it?

Install and load fromCRAN:

install.packages("roadoi")library(roadoi)

To install the development version, use thedevtoolspackage

devtools::install_github("ropensci/roadoi")library(roadoi)

Documentation

Seehttps://docs.ropensci.org/roadoi/ to get started.

Meta

Please note that this project is released with aContributor Code ofConduct. Byparticipating in this project you agree to abide by its terms.

License: MIT

Please use theissuetracker for bug reportingand feature requests.

ropensci_footer


[8]ページ先頭

©2009-2025 Movatter.jp