Nothing
test_that("generate SAS widget from string", {
skip_on_cran()
skip_if_offline()
skip_if_no_saspy_install()
sas_connect_if_no_session("oda")
expect_s3_class(
sas_run_string("PROC MEANS DATA = sashelp.cars; RUN;"),
c("sas_widget", "htmlwidget")
)
})
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.