Nothing
# Extracted from test_stringdist_join.R:11
# setup ------------------------------------------------------------------------
library(testthat)
test_env <- simulate_test_env(package = "fuzzyjoin", path = "..")
attach(test_env, warn.conflicts = FALSE)
# prequel ----------------------------------------------------------------------
context("stringdist_join")
d <- tibble::tibble(
cut2 = c("Idea", "Premiums", "Premiom", "VeryGood", "VeryGood", "Faiir")
) %>%
dplyr::mutate(type = dplyr::row_number())
# test -------------------------------------------------------------------------
j <- stringdist_inner_join(diamonds, d, by = c(cut = "cut2"), distance_col = "distance")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.