Nothing
library(RcppCWB)
use_tmp_registry()
testthat::context("cl_id2str")
test_that(
"id2str",
{
token <- cl_id2str(
corpus = "REUTERS",
p_attribute = "word",
registry = get_tmp_registry(),
id = 0L:5L
)
expect_equal(token, c("Diamond", "Shamrock", "Corp", "said", "that", "effective"))
}
)
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.