All,
I am trying to retrieve a data frame from R into JMP using the R Get(). However, this results in an error stating that the data type is not supported.
The documentation for R Get from scripting index says that data frames are supported, so I am wondering where I am wrong.
I recently posted on getting this error. I have no real solution to offer but can add that I have had it work (on fairly simple data) and not work (on large data pulled from Oracle or Googlesheets with a lot of large text columns so I suspect that might have the possibility of specific characters it objects to somewhere in there. I found that having R save the file as a .csv made a file JMP had no objection opening so that has been my workaround
@hardner ,
i actually ended up doing something similar. But thank you for letting me know what worked for you.