Nothing
context("Systat (.syd) imports/exports")
test_that("Import from Systat", {
skip_if_not_installed("foreign")
expect_true(inherits(import(system.file("files/Iris.syd", package="foreign")[1]), "data.frame"))
})
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.