check_recall: Check the recall of a search strategy

Description Usage Arguments Value Examples

Description

Checks a list of known articles against the results of a search to determine which gold standard hits are retrieved.

Usage

1
check_recall(true_hits, retrieved)

Arguments

true_hits

a character vector of titles for articles that should be returned

retrieved

a character vector of titles for articles returned by a search

Value

a table of the best match for each true title from the search results along with a title similarity score

Examples

1
2
3
4
5
check_recall(
  true_hits = c("Picoides arcticus"),
  retrieved = c("Picoides tridactylus",
                         "Seiurus aurocapilla")
)

elizagrames/litsearchr documentation built on April 14, 2021, 3:42 p.m.