Nothing
# Extracted from test-tokens_xptr.R:383
# setup ------------------------------------------------------------------------
library(testthat)
test_env <- simulate_test_env(package = "quanteda", path = "..")
attach(test_env, warn.conflicts = FALSE)
# prequel ----------------------------------------------------------------------
skip_on_cran()
toks <- tokens(data_corpus_inaugural)
xtoks <- as.tokens_xptr(toks)
# test -------------------------------------------------------------------------
expect_identical(
lengths(toks),
lengths(xtoks)
)
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.