"source as background job" #10030
-
|
Hi Positron team, Question: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Instead of "background jobs", Positron has support for multiple console sessions. You can run your SQL-via-DBI query in one R session, while keeping another R session (or even 2 or 3 or...) free for you to use for interactive work. Take a look at our documentation on managing console sessions here: https://positron.posit.co/managing-interpreters.html |
Beta Was this translation helpful? Give feedback.
Ah OK, so you typically use the "Copy job results" functionality of RStudio background jobs, to bring it into that main session in RStudio? We don't have support for that functionality currently and you'd want to take an approach similar to
saveRDS(object, "results.rds")as outlined here:https://docs.posit.co/ide/user/ide/guide/tools/jobs.html#copy-job-results
We can track interest in more complex tooling to move objects between sessions.