r - DeployR Open - Restrict file system access -


according deployr documentation each session locked down:

"by default, r sessions executing on deployr grid not authorized access files or directories outside of r working directory"

however, have been able upload simple script using user has basic_user role , reads file c:\ drive on windows.

t <- read.table("c:\\myfile.csv") t 

how lock down access file system? seem have missed something.


Comments

Popular posts from this blog

python - Setting ctypes.Structure default values -

java - why am i getting a "cannot resolve method" error on getApplication? -

C# Apple Bonjour - how to monitor service records within Windows -