library(tidyverse)
library(stringr)
expect_equivalent_data <- function (a, b) {
expect_true(dplyr::all_equal(a, b, ignore_row_order = TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.