my_df <- data.frame(title=c("Picoides", "picoides", "Seiurus"), id=c("01", "02", "03"))
remove_duplicates(my_df, "title", "exact")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.