Can't find results from local rstudio job

I have a script named "estimation-job.R" which I run as a local job. The blog post at https://blog.rstudio.com/2019/03/14/rstudio-1-2-jobs/ says that if you choose "Copy job results" into a "results object", they'll be saved in an environment called yourscript_results. My job has finished successfully, but if I do ls(), I don't see anything named *_results... how can I find my job results?

Does the new environment show in the pull down list in the Environment Pane?

I looked but couldn’t see it - maybe because the list of package environments was very long and broke the scroll... I’ve rerun the script and now have a results object visible from ls as expected, so maybe this is an intermittent bug (or user being stupid...)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.