| scopus_diff_dois | R Documentation |
Identifies which DOIs were added, removed or unchanged between an earlier and a later retrieval. This supports change tracking: re-running a search later and seeing exactly what is new.
scopus_diff_dois(old, new)
old, new |
scopus_records objects or character vectors of DOIs,
representing the earlier ( |
A tibble of class scopus_doi_diff with columns doi and status,
where status is an ordered factor with levels "added" (in new only),
"removed" (in old only) and "unchanged" (in both). Rows are sorted by
status then DOI, and printing shows the counts in each category.
scopus_extract_dois()
old <- c("10.1/a", "10.1/b")
new <- c("10.1/b", "10.1/c")
scopus_diff_dois(old, new)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.