Nothing
# sascfg ----
test_that("sascfg creates sas configuration file", {
skip_if_not(py_available(TRUE))
tmpf <- tempfile()
sascfg(ssh = "ssh", saspath = "sas", host = "test.com", sascfg = tmpf)
on.exit(unlink(tmpf))
expect_file_exists(tmpf)
})
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.