<?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: Warning when loading Excel file in R using Proc IML in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794076#M254583</link>
    <description>&lt;P&gt;That looks like the text sequence for an "in progress" indicator, i.e. text equivalent of a spinning wheel.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 18:18:39 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-02-02T18:18:39Z</dc:date>
    <item>
      <title>Warning when loading Excel file in R using Proc IML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794075#M254582</link>
      <description>&lt;P&gt;I was practicing using R programming in Proc IML, specifically with loading an Excel file through R in Proc IML and then reading it back to the SAS session to work on via SAS. The program I have written does this correctly, but it produces a warning message as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;WARNING: R: - | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This happens appears to be happening when I write the code to read in the Excel file. For reference, my SAS code is the following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;*Assign macro variables;
%let filepath = C:\\datafolder\\Input Table.xlsx;&lt;BR /&gt;%let sheet_name = Part 1;

*Start proc iml;
proc iml;

path = "&amp;amp;filepath.";&lt;BR /&gt;sheet_select = "&amp;amp;sheet_name.";&lt;BR /&gt;    submit path sheet_select/ R;     /*Start R Session*/&lt;BR /&gt;&lt;BR /&gt;        #Load Packages&lt;BR /&gt;        library(readxl)&lt;BR /&gt;&lt;BR /&gt;        table &amp;lt;- read_excel("&amp;amp;path1", sheet = "&amp;amp;sheet_select", skip = 2) &lt;BR /&gt;&lt;BR /&gt;    endsubmit;&lt;BR /&gt;    call ImportDataSetFromR("output_table","table");&lt;BR /&gt;&lt;BR /&gt;quit;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't think this is a data issue because I don't get this error when I run the program in R Studio. Additionally, the actual dataset comes back fine, there's just this error that comes up with it and I have no idea what it means.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I'm aware of methods to read in Excel files just using SAS with proc import and the like. I'm mainly doing it this as way in order to practice using R code in SAS via Proc IML.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 18:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794075#M254582</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2022-02-02T18:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Warning when loading Excel file in R using Proc IML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794076#M254583</link>
      <description>&lt;P&gt;That looks like the text sequence for an "in progress" indicator, i.e. text equivalent of a spinning wheel.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 18:18:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794076#M254583</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-02T18:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Warning when loading Excel file in R using Proc IML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794079#M254586</link>
      <description>&lt;P&gt;Agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While R is loading a file, depending on the code used, you get the progress bar showing in the console and that's what's being shown there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 18:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794079#M254586</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-02-02T18:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Warning when loading Excel file in R using Proc IML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794083#M254587</link>
      <description>Ahh, that makes sense. Is there any way to suppress the warning or is it just something I need to accept if I wish to use this piece of code?</description>
      <pubDate>Wed, 02 Feb 2022 19:07:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794083#M254587</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2022-02-02T19:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Warning when loading Excel file in R using Proc IML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794093#M254593</link>
      <description>&lt;P&gt;I took a quick look through the documentation and didn't see an option to suppress the status in the console. So I think you need to accept it if you want to use this specific code. However, not all all R packages generate this type of progress bar so using a different package to import XL may avoid the issues (but in my experience you usually get other issues).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.rstudio.com/t/unwanted-console-output-from-readxl/36738" target="_blank"&gt;https://community.rstudio.com/t/unwanted-console-output-from-readxl/36738&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 20:05:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Warning-when-loading-Excel-file-in-R-using-Proc-IML/m-p/794093#M254593</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-02-02T20:05:39Z</dc:date>
    </item>
  </channel>
</rss>

