From ce6f5df05a347c89e888326756375867dfb6390e Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Wed, 8 Jul 2020 12:09:52 +0100 Subject: [PATCH] Update keepingData.md --- howTo/keepingData.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howTo/keepingData.md b/howTo/keepingData.md index f602089..feadd4d 100644 --- a/howTo/keepingData.md +++ b/howTo/keepingData.md @@ -32,4 +32,4 @@ For most of you the first option may be the only one available for institutional * mount the `J:\` drive on your laptop/PC and use a local version of (e.g.) RStudio to load the data. If you are doing this you might want to learn about [drake](drake.md) so the data is only loaded over the network the first time you run your code, not each time. * [get access to and use](https://git.soton.ac.uk/SERG/uosrstudioserver) the University's [RStudio server](https://rstudio.soton.ac.uk/) **<- best option**, this will let you run your code on the research filestore directly -As far as we know the University's `Research Filestore` does not allow direct access so it can only be used to archive data you are not actively using. See https://library.soton.ac.uk/researchdata/storage for more info. \ No newline at end of file +As far as we know the University's `Research Filestore` (AKA `\\xxx.files.soton.ac.uk\<SHARE>\`) does not allow direct access so it can only be used to archive data you are not actively using. See https://library.soton.ac.uk/researchdata/storage for more info. \ No newline at end of file -- GitLab