I am connecting to a database through a VPN. I use terminal to check if VPN is running (or launch it if necessary).
Everything works perfectly!
My question is:
When the query finishes, the focus is on the Terminal tab. I couldn't find a command in rstudioapi to return the focus programmatically to the console. Does such a command exist or is there any other way to do it?
Thank you!