R - recursive creation of folder on network drive -


i want create new folder (including subfolders) on network drive. creating subfolders works, once use option

recursive=true  

i run problems:

warning message: in dir.create(current.path, recursive = true) :    cannot create dir '\\shares\data', reason 'permission denied' 

any solutions (apart using loop)?


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -