You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the scripts that I have created within the R-studio container to also be available outside it on my host machine. How would I be able to do that?
So within R studio browser I have the following directories:
.
├── r-docker/
│ └── testing.R
└── rstudio
I want all the files and folders created within the r-docker to also be automatically created on my host computer in the directory path C:\Users\Edge\Desktop\coding\school-courses\Probiblity-Stats\R-code\running. How would I be able to do this?
I also have another question what is the significance of the runtime parameter /home/guest/r-docker tmlts/r-tidyverse-h2o ?
The text was updated successfully, but these errors were encountered:
Hi I have been running this code on Windows 10. Down below are the parameters I ran to start the container:
I want the scripts that I have created within the R-studio container to also be available outside it on my host machine. How would I be able to do that?
So within R studio browser I have the following directories:
I want all the files and folders created within the
r-docker
to also be automatically created on my host computer in the directory pathC:\Users\Edge\Desktop\coding\school-courses\Probiblity-Stats\R-code\running
. How would I be able to do this?I also have another question what is the significance of the runtime parameter
/home/guest/r-docker tmlts/r-tidyverse-h2o
?The text was updated successfully, but these errors were encountered: