<?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: Is there a bug in &amp;quot;R Get()&amp;quot; for a list? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-bug-in-quot-R-Get-quot-for-a-list/m-p/608070#M80954</link>
    <description>&lt;P&gt;This is a known issue. Please refer to&amp;nbsp;&lt;LI-MESSAGE title="JMP® Get Data for x fails using R 4.2.x and later" uid="575481" url="https://community.jmp.com/t5/JMP-Knowledge-Base/JMP-Get-Data-for-x-fails-using-R-4-2-x-and-later/m-p/575481#U575481" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2025 17:42:32 GMT</pubDate>
    <dc:creator>Dahlia_Watkins</dc:creator>
    <dc:date>2025-04-15T17:42:32Z</dc:date>
    <item>
      <title>Is there a bug in "R Get()" for a list?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-bug-in-quot-R-Get-quot-for-a-list/m-p/607978#M80949</link>
      <description>&lt;P&gt;With my version of JMP (17.0.0) and R (4.2.2), I cannot get list variables back from R with the command "R Get()". I find the error message:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Error: Error in if (is.na(datam)) { : the condition has length &amp;gt; 1&lt;BR /&gt;Unexpected errors occurred while attempting to transfer the data.&lt;BR /&gt;Get data for "x1" failed&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is a minimal example to reproduce:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
R Init();
x1 = [1, 2, 3];
R Send( x1 );

R Submit("
	print(x1)
	print(typeof(x1));
	"
);
x2 = R Get( x1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:31:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-bug-in-quot-R-Get-quot-for-a-list/m-p/607978#M80949</guid>
      <dc:creator>bayesfactor1</dc:creator>
      <dc:date>2023-06-08T16:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a bug in "R Get()" for a list?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-bug-in-quot-R-Get-quot-for-a-list/m-p/608022#M80950</link>
      <description>&lt;P&gt;I am running Windows 11, JMP 17 and R 4.1.3 and the code runs without error&lt;/P&gt;
&lt;PRE&gt;/*:
//:*/
Names Default To Here( 1 );
R Init();
x1 = [1, 2, 3];
R Send( x1 );

R Submit("
	print(x1)
	print(typeof(x1));
	"
);
x2 = R Get( x1 );
/*:

     [,1]
[1,]    1
[2,]    2
[3,]    3
attr(,"name")
[1] "x1"
attr(,"class")
[1] "matrix"
attr(,"DataType")
[1] 1
attr(,"ModelingType")
[1] 1
attr(,"JMPName")
[1] "x1"
attr(,"RName")
[1] "x1"
[1] "double"
[1, 2, 3]&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Mar 2023 16:39:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-bug-in-quot-R-Get-quot-for-a-list/m-p/608022#M80950</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-03-03T16:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a bug in "R Get()" for a list?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-bug-in-quot-R-Get-quot-for-a-list/m-p/608070#M80954</link>
      <description>&lt;P&gt;This is a known issue. Please refer to&amp;nbsp;&lt;LI-MESSAGE title="JMP® Get Data for x fails using R 4.2.x and later" uid="575481" url="https://community.jmp.com/t5/JMP-Knowledge-Base/JMP-Get-Data-for-x-fails-using-R-4-2-x-and-later/m-p/575481#U575481" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 17:42:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-bug-in-quot-R-Get-quot-for-a-list/m-p/608070#M80954</guid>
      <dc:creator>Dahlia_Watkins</dc:creator>
      <dc:date>2025-04-15T17:42:32Z</dc:date>
    </item>
  </channel>
</rss>

