Nothing
Code
run_sas("this is test", sas_session = dummy_session)
Output
submit the following code:
this is test
format of result is TEXT
Code
df2sd(iris2, "iris2", "work", sas_session = dummy_session)
Output
submit data into SAS work.iris2
Code
sd2df("iris2", "work", sas_session = dummy_session)
Output
obtain SAS dataset work.iris2
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.