Question
Access files in Rstudio in Docker
I apologize if this is trivial for some – but what would be your recommended way to transfer data between my local files and the Rstudio on the Docker? I can use Filezilla to access my Droplet folder, but would like to view RStudio’s working directory, which was simply “/home/rstudio”.
Ideally, I would like to simply upload some .csv files to the Droplet, run some analyses in the Docker, export some documents and load them on my local computer, but it is not intuitively clear what would be the most efficient way to achieve this goal.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×