nevil amos
2020-Apr-02 09:16 UTC
[R] disk.frame change default directory that disk.frames are saved in?
I would like to change the default directory within which all disk frames are saved to a directory on an SSD, which is not the drive there the r tempdir is located. for example instead of saving all disk.frames in tempdir the are all saved in ./media/SSDdrive/DF? Thanks [[alternative HTML version deleted]]
Rui Barradas
2020-Apr-02 10:58 UTC
[R] disk.frame change default directory that disk.frames are saved in?
Hello, This is SO dependent, see if this StackOverflow post can be of help. https://stackoverflow.com/questions/17107206/change-temporary-directory Hope this helps, Rui Barradas ?s 10:16 de 02/04/20, nevil amos escreveu:> I would like to change the default directory within which all disk frames > are saved to a directory on an SSD, which is not the drive there the r > tempdir is located. for example instead of saving all disk.frames in > tempdir the are all saved in ./media/SSDdrive/DF? > > > Thanks > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Jeff Newmiller
2020-Apr-02 13:58 UTC
[R] disk.frame change default directory that disk.frames are saved in?
What does SO dependent mean? Cross posted with Stack Overflow? The question appears to be to be about a contributed package called disk.frame, which I don't use. The examples I see explicitly call out using the tmpdir function... so simply replacing the use of not the tmpdir function with an R variable seems like an obvious solution. On April 2, 2020 3:58:33 AM PDT, Rui Barradas <ruipbarradas at sapo.pt> wrote:>Hello, > >This is SO dependent, see if this StackOverflow post can be of help. > >https://stackoverflow.com/questions/17107206/change-temporary-directory > >Hope this helps, > >Rui Barradas > >?s 10:16 de 02/04/20, nevil amos escreveu: >> I would like to change the default directory within which all disk >frames >> are saved to a directory on an SSD, which is not the drive there the >r >> tempdir is located. for example instead of saving all disk.frames in >> tempdir the are all saved in ./media/SSDdrive/DF? >> >> >> Thanks >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.-- Sent from my phone. Please excuse my brevity.