Nothing
Code
rmarkdown::render(system.file("example.Rmd", package = "sasr"), quiet = TRUE)
Output
submit the following code:
data example1;
input x y $ z;
cards;
6 A 60
6 A 70
2 A 100
2 B 10
3 B 67
2 C 81
3 C 63
5 C 55
;
run;
proc freq data = example1;
tables y;
run;
format of result is HTML
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.