Nothing
library(RcppCWB)
use_tmp_registry()
testthat::context("get_count_vector")
test_that(
"get_count_vector",
{
Ns <- get_count_vector(
corpus = "REUTERS",
p_attribute = "word",
registry = get_tmp_registry()
)
expect_equal(length(Ns), 1192)
expect_equal(Ns[16], 78L)
}
)
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.