Description Usage Arguments Value Author(s) Examples
Group words with different spellings (i.e. transform < nest >, < nests >, < nsets > and < nesting > into < nesting >).
1 | checkSpelling(data, tag = 'TI', distance = 5, method = 'lv')
|
data |
A list of bibliographic returned by |
tag |
A vector of tags containing textual information |
distance |
A threshold above which words are considered dissimilar. |
method |
A character indicating the string similarity measure method to be used to identify similar words. See |
A list in which each element is a bibliographic citation in a specific format (i.e. a sub-list where each element is a specific information [authors, keywords, title, etc.]).
Nicolas Casajus
1 | ### See https://github.com/ahasverus/rscimap
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.