<?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 How to fetch a resultant table with R in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-fetch-a-resultant-table-with-R-in-JMP/m-p/424144#M67334</link>
    <description>&lt;P&gt;I am working on a JSL with R script where I am trying to fetch a resultant table which is formed in a previous script. But I am facing some issues, when I call the table in JSL I am able to access its elements but when I try it using R code in the JSL an error pops up in the log area. It displays that “Data type to be sent to R is not supported”. I think I might be making some mistakes, it would be great if anyone can help me with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following code I had written for fetching the data using R in JMP:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Current Data Table(obj);
//rconn = R Connect();
R Init();
//Current Data Table(obj);
R Send(obj, Selected(1));
R Submit("attributes(obj)");
R Term();&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:37:58 GMT</pubDate>
    <dc:creator>shasha_2</dc:creator>
    <dc:date>2023-06-10T23:37:58Z</dc:date>
    <item>
      <title>How to fetch a resultant table with R in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-fetch-a-resultant-table-with-R-in-JMP/m-p/424144#M67334</link>
      <description>&lt;P&gt;I am working on a JSL with R script where I am trying to fetch a resultant table which is formed in a previous script. But I am facing some issues, when I call the table in JSL I am able to access its elements but when I try it using R code in the JSL an error pops up in the log area. It displays that “Data type to be sent to R is not supported”. I think I might be making some mistakes, it would be great if anyone can help me with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following code I had written for fetching the data using R in JMP:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Current Data Table(obj);
//rconn = R Connect();
R Init();
//Current Data Table(obj);
R Send(obj, Selected(1));
R Submit("attributes(obj)");
R Term();&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:37:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-fetch-a-resultant-table-with-R-in-JMP/m-p/424144#M67334</guid>
      <dc:creator>shasha_2</dc:creator>
      <dc:date>2023-06-10T23:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a resultant table with R in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-fetch-a-resultant-table-with-R-in-JMP/m-p/424158#M67335</link>
      <description>&lt;P&gt;If you go to the Scripting Index under the Help pull down menu, you can then scroll down to the R entry and see all of the commands available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1633587111220.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36381i6302D7F9A1F5096E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1633587111220.png" alt="txnelson_0-1633587111220.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;R Get()&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;function is the one that retrieves objects from R&lt;/P&gt;
&lt;P&gt;More detailed information can be found in the Scripting Guide, available in the JMP Documentation Library, also available under the Help pull down menu.&amp;nbsp; Look in the section on Enhancing JMP&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 06:14:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-fetch-a-resultant-table-with-R-in-JMP/m-p/424158#M67335</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-10-07T06:14:09Z</dc:date>
    </item>
  </channel>
</rss>

