Nothing
test_that("unnest_regex works", {
r <- unnest_regex(skspr, out, txt)
s <- unnest_tokens(skspr, out, txt, token = "regex")
expect_equal(r, s)
r <- unnest_regex(skspr, out, txt, pattern = "a")
s <- unnest_tokens(skspr, out, txt, token = "regex", pattern = "a")
expect_equal(r, s)
})
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.