I have a local and a remote machine. I would like to let a R script run on my remote machine. Since it is computationally expensive, it will take quite some time.
How can I execute a command/script on the remote server, such that it continues the computation even after detaching?
My operating system on the remote server is Ubuntu 16. I use a ssh connection.