<?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 Running .R file within IML in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Running-R-file-within-IML/m-p/570125#M4729</link>
    <description>&lt;P&gt;Hello everyone, I know how to run R code inside the IML submit block but is there a way to run an entire .R file within the submit block?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently my R file has 500+ lines of code and I would rather call the .R instead of pasting all those lines inside the submit block&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jun 2019 21:27:00 GMT</pubDate>
    <dc:creator>spirto</dc:creator>
    <dc:date>2019-06-30T21:27:00Z</dc:date>
    <item>
      <title>Running .R file within IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Running-R-file-within-IML/m-p/570125#M4729</link>
      <description>&lt;P&gt;Hello everyone, I know how to run R code inside the IML submit block but is there a way to run an entire .R file within the submit block?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently my R file has 500+ lines of code and I would rather call the .R instead of pasting all those lines inside the submit block&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 21:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Running-R-file-within-IML/m-p/570125#M4729</guid>
      <dc:creator>spirto</dc:creator>
      <dc:date>2019-06-30T21:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Running .R file within IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Running-R-file-within-IML/m-p/570167#M4730</link>
      <description>&lt;P&gt;Is this an R question or a SAS question?&amp;nbsp; I would&amp;nbsp; use the source() function, which is the same as in base R:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
submit / R;
source("c:/Temp/abc.R")
endsubmit;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 09:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Running-R-file-within-IML/m-p/570167#M4730</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-07-01T09:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running .R file within IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Running-R-file-within-IML/m-p/570249#M4731</link>
      <description>&lt;P&gt;Thanks Rick! I did not know about the source function in R&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 14:04:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Running-R-file-within-IML/m-p/570249#M4731</guid>
      <dc:creator>spirto</dc:creator>
      <dc:date>2019-07-01T14:04:11Z</dc:date>
    </item>
  </channel>
</rss>

