rt_sources_match: Search a source from a citation by fuzzy matching

View source: R/rt_sources_match.R

rt_sources_matchR Documentation

Search a source from a citation by fuzzy matching

Description

Search a source from a citation by fuzzy matching

Usage

rt_sources_match(citation = NULL)

Arguments

citation

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

Examples

## Not run: 
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.")
)

## End(Not run)

Rekyt/rtaxref documentation built on June 18, 2022, 1:02 p.m.