Nothing
library(RcppCWB)
testthat::context("cl_charset_name")
test_that(
"cl_charset_name",
{
charset <- cl_charset_name(
corpus = "REUTERS",
registry = get_tmp_registry()
)
expect_equal(charset, "latin1")
}
)
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.