option to restart R session
See original GitHub issuesomething akin to rstudioapi::restartSession()
would be great.
Not sure whether that’s in scope for / possible for radian.
Same as:
q()
r
but could save you one line 🙂
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Quit and restart a clean R session from within R?
If you're in RStudio: command/ctrl + shift + F10. You can also use .rs.restartR().
Read more >Quit & Restart Clean R Session from within R (Example)
In this tutorial, I'll illustrate how to close and restart a new R programming session from within RStudio in the R programming language....
Read more >restart function - RDocumentation
It is not possible to restart an R session in RStudio using this function. Note, RStudio provides .rs.restartR() which will indeed restart the...
Read more >Chapter 1 Saving source and blank slates
1.4 Restart R often during development · In an R script, use Ctrl+Alt+B (Windows and Linux) or Command+Option+B (Mac OS) · In R...
Read more >Restart the R Session — restartSession • rstudioapi
Restart the RStudio session. restartSession(command = "") ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think at some point, we could move something like this to an R package, say,
radianapi
or justradian
.Here you are. 😃