dynamic import after proc R

NISID
NISID Altair Community Member
edited December 2023 in Community Q&A

Hello,

In WPS version 4.2, I coded dataframes in the R procedure using loops. I would like to dynamically import them into the workspace as tables using the "import R=" function. How can I achieve this?

Thank you in advance.

Answers

  • Nico Chart_21517
    Nico Chart_21517
    Altair Employee
    edited October 2023

    Hi Nizar,

    Sorry to see that this question did not get answered very quickly! I'm going to create a Support Ticket instead, to make sure we get you a proper response.

    Best Regards,
    Nico

  • Philip Holland
    Philip Holland Altair Community Member
    edited December 2023

    Hi NISID,

    PROC R uses IMPORT= to import SAS data sets into R, and EXPORT= to export R dataframes into SAS data sets.

    Have you tried EXPORT= to resolve your question?

    .............Phil