| check_synonymes | R Documentation | 
Check synonyme table. Remove ambiguous mappings.
check_synonymes( synonymes, include.lowercase = TRUE, verbose = FALSE, sort = FALSE, self = FALSE, ignore.empty = FALSE, remove.ambiguous = TRUE )
| synonymes | synonymes data.frame with the self-explanatory fields 'name' and 'synonyme'. | 
| include.lowercase | Include lowercase versions of the synonymes | 
| verbose | verbose | 
| sort | Sort synonymes | 
| self | Ensure that each name is synonyme for itself (this may cause ambiguous mappings, use with care !) | 
| ignore.empty | If name field is empty, accept the given synonyme as the final name. | 
| remove.ambiguous | Remove ambiguous terms. | 
Remove duplicated information. Ensure identical matches are included in synonyme list.
Polished synonyme table
Leo Lahti leo.lahti@iki.fi
See citation("bibliographica")
## Not run: s <- check_synonymes(synonymes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.