A program to recognize and reward our most engaged community members
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.
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
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