Search a source from a citation by fuzzy matching

rt_sources_match(citation = NULL)

Arguments

citation

character(1) [required]
A string that could partially match the citation

Examples

if (FALSE) {
rt_sources_match(
    paste0("Chapman, T. A. 1909. Callophrys avis a new butterfly on ",
           "southern France. The Entomologist's record and journal of ",
           "variation, 21: 130-131.")
)
}