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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -