The goal of fuz.merge is to allow you to merge tables when the columns you are trying to merge by are not exactly the same
You can install the released version of fuz.merge from github with:
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("hkarp1/fuz.merge", build_vignettes = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.