find_journal: Find journals through fuzzy matching

Description Usage Arguments

View source: R/fuzzy-matching.r

Description

Search the TOP dataset for journals that are within a certain string distance of the input string.

Generally useful for finding journals that may have typos or regional differences in naming.

Usage

1
find_journal(input, method = "osa", max_distance = 3)

Arguments

input

the string to check, can be length > 1

method

the method for measuring string distance, see ?stringdist::stringdist-metrics for more information

max_distance

the maximum valid string distance the returned input can be


ElianHugh/topapi documentation built on Dec. 17, 2021, 6:25 p.m.