i wonder if there is a equivalent of R Markdown in SAS? Or how to do so in SAS? I want to have colored SAS code and its result below.
link to R Markdown: http://rstudio.org/docs/authoring/using_markdown
i wonder if there is a equivalent of R Markdown in SAS? Or how to do so in SAS? I want to have colored SAS code and its result below.
link to R Markdown: http://rstudio.org/docs/authoring/using_markdown
Geshi supports SAS. I think it does a pretty nice job. It is the highlighter in Wikimedia and is also available as a Perl module.
It shouldn't be too hard (famous last words :)) to connect Geshi to Markdown. You could obtain the plots by running a console SAS job. However, I think that as of 2012 (SAS 9.3), you would have to automate the workflow yourself. When one of the markup languages becomes dominant you will probably see more formal support.
This link describes how to generate reports using SAS. From skimming the pdf it seems that you can integrate SAS analyses and text:
With SAS procedures, SAS DATA steps, and SAS features such as the Output Delivery System (ODS) and the macro facility, you have the tools to succeed at writing programs that analyze your data and create reports