<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: R Markdown equivalent in SAS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116306#M10241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi: There were some previous forum postings (I know because I made some of them).&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/40422#40422"&gt;https://communities.sas.com/message/40422#40422&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/42171#42171"&gt;https://communities.sas.com/message/42171#42171&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/16679#16679"&gt;https://communities.sas.com/message/16679#16679&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some of the older postings, the syntax in the programs got garbled a bit when the old posts got translated. So, for example, &lt;BR /&gt;_n_ could look like &lt;SPAN style="text-decoration: underline;"&gt;n&lt;/SPAN&gt; or &lt;BR /&gt;_infile_ like &lt;SPAN style="text-decoration: underline;"&gt;infile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in the posting of the program code. And comments that should be&lt;/P&gt;&lt;P&gt;* this is a comment; end up looking like&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;this is a comment;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;little bullet points without the asterisk.&lt;/P&gt;&lt;P&gt;But otherwise, the programs should be fairly readable but there will be a bit of fixup before you can submit the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that replicating the color coding from either the Enhanced Editor or the EG Editor will be hard to do. Essentially, you'd have to replicate the logic for the keywords for statements, the options, search the code for constants, quotes, etc, etc -- you'd be replicating the logic behind the SAS editor, but in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to think that students, as students, will understand that the code they see above or below a program was what produced the results -- without the color coding. After all, when they look in the SAS documentation, the programs in the doc are "editor-neutral" -- folks on the mainframe don't always see color coding, folks on Unix using the VI editor won't see color coding, folks writing and submitting batch jobs won't see color coding -- so I think that showing them color coding is doing something above and beyond what they will see on the job when they have to look things up or read documentation or look at other people's programs on paper on in a text editor like Notepad or VI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you are organized about how you name your files, then it should be possible to "macrotize" the creation of output and the inclusion of code, especially into HTML files, since you can modify ODS HTML output files to allow output to be appended to an existing HTML file. (see this Tech Support note:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/23/660.html" title="http://support.sas.com/kb/23/660.html"&gt;http://support.sas.com/kb/23/660.html&lt;/A&gt;) and notice that you have to use FIlENAME with the MOD option to append any subsequent output (like your program or your log to the created output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 18:11:55 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2012-07-24T18:11:55Z</dc:date>
    <item>
      <title>R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116300#M10235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;I wonder if there is a equivalent of R Markdown in SAS or how to do this in SAS? I want to have colored SAS code and its result below.&lt;/P&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;I want to prepare training materials for students and, as much I can, try to avoid copy and paste syntax into html (doc, pdf). There is option ods text and SASweave but it isn't what I want to do.&lt;/P&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;link to R Markdown: &lt;A href="http://rstudio.org/docs/authoring/using_markdown" rel="nofollow" style="color: #4a6b82;"&gt;http://rstudio.org/docs/authoring/using_markdown&lt;/A&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;Looking forward for solutions to my problem!&lt;/P&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;MB&lt;/P&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;Edit. I want to do such thing only using SAS, not using additional software if it is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 06:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116300#M10235</guid>
      <dc:creator>BERENZ</dc:creator>
      <dc:date>2012-07-24T06:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116301#M10236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can re-direct both log and list outputs into a single text file and parse its lines. A simple example is easy to make as I have done back in 2001 (see my &lt;A href="http://listserv.uga.edu/cgi-bin/wa?A2=ind0401B&amp;amp;L=sas-l&amp;amp;P=R11916"&gt;sas-l posting&lt;/A&gt;). But bullet-proofing it is almost impossible because it is just impossible to reliably parse sas log files. You also lose the syntax coloring -- because log file is a simple text. If you are interested, then let me know. I can send you the sas2html macro source -- I have to warn you, though, that it is using sas regular expressions -- it was written before perl reg ex was widely available in sas. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 14:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116301#M10236</guid>
      <dc:creator>chang_y_chung_hotmail_com</dc:creator>
      <dc:date>2012-07-24T14:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116302#M10237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There have been a couple of previous forum postings on capturing and color coding the log using ODS. In addition to other suggestions, take a look at this 2012 paper&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/resources/papers/proceedings12/324-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/324-2012.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;by Warren Kuhfeld and Tim Arnold that discusses how to use LaTeX with an open source package called StatRep, which is similar to SASWeave, but not the same. For example, the entire paper with code snippets and output was written in StatRep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 15:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116302#M10237</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-07-24T15:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116303#M10238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm interested in your sas macro &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; i would be grateful if you send me your proposition to solve my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 15:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116303#M10238</guid>
      <dc:creator>BERENZ</dc:creator>
      <dc:date>2012-07-24T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116304#M10239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for this article! Maybe it's not exactly what I wanted but it will be helpful. I searched forum before i post my question but I didn't find anwser for my problem. Is there an example of ODS HTML which contains both colored SAS codes and results? I want to make webpage for students where they can have practical examples of how to use SAS (code + results) and I love R Markdown, it's so simple. Hope there is similar way to do the same thing in SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 15:56:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116304#M10239</guid>
      <dc:creator>BERENZ</dc:creator>
      <dc:date>2012-07-24T15:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116305#M10240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Send me an email. I will send the macro to you as an attachment. Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 17:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116305#M10240</guid>
      <dc:creator>chang_y_chung_hotmail_com</dc:creator>
      <dc:date>2012-07-24T17:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116306#M10241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi: There were some previous forum postings (I know because I made some of them).&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/40422#40422"&gt;https://communities.sas.com/message/40422#40422&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/42171#42171"&gt;https://communities.sas.com/message/42171#42171&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/16679#16679"&gt;https://communities.sas.com/message/16679#16679&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some of the older postings, the syntax in the programs got garbled a bit when the old posts got translated. So, for example, &lt;BR /&gt;_n_ could look like &lt;SPAN style="text-decoration: underline;"&gt;n&lt;/SPAN&gt; or &lt;BR /&gt;_infile_ like &lt;SPAN style="text-decoration: underline;"&gt;infile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in the posting of the program code. And comments that should be&lt;/P&gt;&lt;P&gt;* this is a comment; end up looking like&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;this is a comment;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;little bullet points without the asterisk.&lt;/P&gt;&lt;P&gt;But otherwise, the programs should be fairly readable but there will be a bit of fixup before you can submit the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that replicating the color coding from either the Enhanced Editor or the EG Editor will be hard to do. Essentially, you'd have to replicate the logic for the keywords for statements, the options, search the code for constants, quotes, etc, etc -- you'd be replicating the logic behind the SAS editor, but in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to think that students, as students, will understand that the code they see above or below a program was what produced the results -- without the color coding. After all, when they look in the SAS documentation, the programs in the doc are "editor-neutral" -- folks on the mainframe don't always see color coding, folks on Unix using the VI editor won't see color coding, folks writing and submitting batch jobs won't see color coding -- so I think that showing them color coding is doing something above and beyond what they will see on the job when they have to look things up or read documentation or look at other people's programs on paper on in a text editor like Notepad or VI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you are organized about how you name your files, then it should be possible to "macrotize" the creation of output and the inclusion of code, especially into HTML files, since you can modify ODS HTML output files to allow output to be appended to an existing HTML file. (see this Tech Support note:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/23/660.html" title="http://support.sas.com/kb/23/660.html"&gt;http://support.sas.com/kb/23/660.html&lt;/A&gt;) and notice that you have to use FIlENAME with the MOD option to append any subsequent output (like your program or your log to the created output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 18:11:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116306#M10241</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-07-24T18:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116307#M10242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closest thing that I'm aware of is the R package knitr which has experimental support for SAS as an engine. The source is a .Rmd file that runs with a batch R job, knitr package will execute the SAS code chunks with SAS, render the .md file as well as .html if you want.&amp;nbsp; I haven't used it yet, but I have used R code chunks and it works great. Of course, this is what RStudio is doing when you click the button "Knit HTML".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 23:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/116307#M10242</guid>
      <dc:creator>kmcital</dc:creator>
      <dc:date>2013-02-11T23:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/365140#M18785</link>
      <description>&lt;P&gt;Here is a list of links I've compiled today, by coincidence. &amp;nbsp;I've read the first couple of links, and have gotten an example from the second link running on my computer. &amp;nbsp;The third link lists a variety of software which knitr can run. &amp;nbsp;Note that knitr is an R package, requiring R to run. &amp;nbsp;However R and RStudio (a great IDE &amp;nbsp;for R) are both free. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SAS in knitr&lt;/STRONG&gt;&lt;SPAN style="font-weight: 400;"&gt; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;"&gt;&lt;SPAN style="font-weight: 400;"&gt;SAS Using R Markdown (Windows): &amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.ssc.wisc.edu/~hemken/SASworkshops/Markdown/SASmarkdown.html" target="_blank"&gt;&lt;SPAN style="font-weight: 400;"&gt;http://www.ssc.wisc.edu/~hemken/SASworkshops/Markdown/SASmarkdown.html&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-weight: 400;"&gt; (raw document is at: &amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.ssc.wisc.edu/~hemken/SASworkshops/Markdown/SASmarkdown.rmd" target="_blank"&gt;&lt;SPAN style="font-weight: 400;"&gt;http://www.ssc.wisc.edu/~hemken/SASworkshops/Markdown/SASmarkdown.rmd&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-weight: 400;"&gt;) &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;"&gt;&lt;SPAN style="font-weight: 400;"&gt;Language engines - Use other languages in knitr: &amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://yihui.name/knitr/demo/engines/" target="_blank"&gt;&lt;SPAN style="font-weight: 400;"&gt;https://yihui.name/knitr/demo/engines/&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;"&gt;&lt;SPAN style="font-weight: 400;"&gt;knitr-examples/060-engine-sas.Rmd: &lt;A href="https://github.com/yihui/knitr-examples/blob/master/060-engine-sas.Rmd" target="_blank"&gt;https://github.com/yihui/knitr-examples/blob/master/060-engine-sas.Rmd&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;"&gt;&lt;SPAN style="font-weight: 400;"&gt;SAS ODS to R markdown/Sweave/knitr - Using standard SAS ODS output to create beautiful reports in R: &amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://ikkyle.com/sas-ods-to-r-markdownsweaveknitr/" target="_blank"&gt;&lt;SPAN style="font-weight: 400;"&gt;http://ikkyle.com/sas-ods-to-r-markdownsweaveknitr/&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;"&gt;&lt;SPAN style="font-weight: 400;"&gt;Using SAS® and LATEX to Create Documents with Reproducible Results (SUGI paper): &lt;/SPAN&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/324-2012.pdf" target="_blank"&gt;&lt;SPAN style="font-weight: 400;"&gt;http://support.sas.com/resources/papers/proceedings12/324-2012.pdf&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 07 Jun 2017 18:50:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/365140#M18785</guid>
      <dc:creator>BarryDeCicco</dc:creator>
      <dc:date>2017-06-07T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/381345#M18984</link>
      <description>&lt;P&gt;The notes Barry links to&lt;/P&gt;&lt;P&gt;&lt;A title="Writing SAS Documentation" href="http://www.ssc.wisc.edu/~hemken/SASworkshops/sas.html#writing-sas-documentation" target="_self"&gt;http://www.ssc.wisc.edu/~hemken/SASworkshops/sas.html#writing-sas-documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;have been recently updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've turned most of the code into an R package available from CRAN or github, called "SASmarkdown".&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/381345#M18984</guid>
      <dc:creator>Doug_Hemken</dc:creator>
      <dc:date>2017-07-27T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: R Markdown equivalent in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/417455#M19927</link>
      <description>&lt;P&gt;A new version of the SASmarkdown package (0.4.3) is available on CRAN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ability to link code blocks is now automatically enabled.&amp;nbsp; You just need to use the `collectcode=TRUE` chunk option to indicate code that needs to be used for later chunks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, there is now a `spinsas` function that generates Markdown and HTML files from marked up SAS command files.&amp;nbsp; If the first draft of your document is a SAS command file with comments, it can be easiest to simply add a few bits of markup and process that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/R-Markdown-equivalent-in-SAS/m-p/417455#M19927</guid>
      <dc:creator>Doug_Hemken</dc:creator>
      <dc:date>2017-11-30T16:03:32Z</dc:date>
    </item>
  </channel>
</rss>

