Nothing
test_that("find_sequence works", {
latex <- kableExtra::kbl(mtcars[1:2, 1:2], format = "latex")
parsed <- parseLatex(latex)
table <- parsed[[find_tabular(parsed)]]
expect_snapshot(find_sequence(table, "&21&6"))
table <- prepare_table(table, do_cells = FALSE)
expect_snapshot(find_sequence(table, "&21&6"))
})
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.