find_term | R Documentation |
This function verifies that the primary term exists in the co-occurrence matrix, and if not, attempts to find a suitable variation.
find_term(co_matrix, primary_term, verbose = TRUE)
co_matrix |
The co-occurrence matrix |
primary_term |
The primary term to find |
verbose |
Logical; if TRUE, print status messages (default: TRUE) |
The found term (either exact match or variation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.