Skip to contents

The rows where the selected sources disagreed, with which confirmed and which dissented. Meaningful only when more than one source was queried.

Usage

compare_sources(x)

Arguments

x

A retraction_result.

Value

A tibble of the disagreeing rows (id, identifier, status, confirmed_by, dissenting); zero rows when all sources agree.

Examples

# \donttest{
res <- check_dois("10.1016/S0140-6736(97)11096-0",
                  sources = c("xera", "openalex"))
compare_sources(res)
#> # A tibble: 0 × 5
#> # ℹ 5 variables: id <chr>, identifier <lgl>, status <chr>, confirmed_by <chr>,
#> #   dissenting <chr>
# }