I would like to try to d/l data as follows to my working directory.
This command is not right, but how can I change the default d/l directory to /dfs3/som/mvawter
files <- synapserutils::syncFromSynapse('syn11617753', downloadLocation = "/dfs3/som/mvawter/")
Thanks, Mark
Created by Marquis Vawter mvawter Hi @mvawter ,
I think you want:
```R
files <- synapserutils::syncFromSynapse('syn11617753', path = "/dfs3/som/mvawter/")
```
Drop files to upload
Specify download folder in synapserutils page is loading…