library(philentropy) jaccard_coef <- function(A, B) { 1 - jaccard(A, B, testNA=F) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.