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

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Copy range with conditional formatting -

Ansible - ERROR! the field 'hosts' is required but was not set -