🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

dynamic import after proc R

User: "NISID"
Altair Community Member
Updated by NISID

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.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Nico Chart_21517"
    Altair Employee
    Updated by Nico Chart_21517

    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

    User: "Philip Holland"
    Altair Community Member
    Updated by Philip Holland

    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