dynamic import after proc R
NISID
Altair Community Member
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.
Tagged:
0
Answers
-
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,
Nico0 -
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
0