Hi there,
I am working with a csv file that I have imported to JMP for analysis (I like the graphs and statistical analyses that I can perform with JMP). However, the file is rather large, and I execute a lot of code in R. At the end of my R script, I export the data to a csv, upload it to JMP, and perform my analyses.
This works great until I need to go back into R to change an equation. I end up doing the following:
1) Run the revised script in R
2) Export the data table from R as a csv file
3) Open the csv file in JMP
4) Update the old datatable in JMP with the new data from the csv file
Steps 1 & 2 aren't too bad, but step 3 really takes a long time. Is there a way I can just refresh my old JMP datatable without having to open the new CSV in JMP and then update the old data table with the new data table in JMP?
Thanks in advance!