Nothing
test_that("multiplication works", {
skip_if_not(rjd3jars::check_java_version())
testthat::skip_on_cran()
file <- system.file(
"workspaces",
"workspace_test.xml",
package = "rjd3workspace"
)
jws <- jws_open(file)
# Check if the SA-Item 3 in the SA-Processing 1 exists
expect_true(check_information(jws = jws, idx_sap = 1, idx_sai = 3))
# Check if the SA-Items 1, 2 and 5 in the SA-Processing 1 exist
expect_true(check_information(jws = jws, idx_sap = 1, idx_sai = c(1, 2, 4)))
})
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.