View source: R/similarity_test.R
similarity_test | R Documentation |
This function will take a vector of strings and provide a data frame of the similarity between pair of the elements inside the given vector
similarity_test(x, th = 0.5)
x |
vector of strings to make the pairwise comparisons |
th |
threshold used for the analysis. values above the threshold will be provided in the output data frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.