A human-readable sentence per row: what matched, on which identifier, at what confidence, which sources confirmed, and any disagreement.
Value
A tibble with id, status, and explanation.
Examples
# \donttest{
res <- check_dois("10.1016/S0140-6736(97)11096-0")
explain_result(res)
#> # A tibble: 1 × 3
#> id status explanation
#> <chr> <chr> <chr>
#> 1 10.1016/s0140-6736(97)11096-0 retracted Retraction: matched by exact DOI to t…
# }
