Nothing
labbcat.url <- Sys.getenv('TEST_READ_LABBCAT_URL')
username <- Sys.getenv('TEST_READ_LABBCAT_USERNAME')
password <- Sys.getenv('TEST_READ_LABBCAT_PASSWORD')
test_that("getCorpusIds works", {
skip_on_cran() # don't run tests that depend on external resource on CRAN
if (!is.null(labbcatCredentials(labbcat.url, username, password))) skip("Server not available")
corpora <- getCorpusIds(labbcat.url)
expect_true(length(corpora) >= 2)
expect_true("QB" %in% corpora)
expect_true("UC" %in% corpora)
})
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.