[R] Why tempdir() always give me the same results in the same session?

Peng Yu pengyu.ut at gmail.com
Mon Sep 7 02:55:09 CEST 2009


Hi,

tempdir() always gives me the same result. Should it give a different
result each time I call it?

> tempdir()
[1] "/tmp/RtmppB72wH"
> tempdir()
[1] "/tmp/RtmppB72wH"

Regards,
Peng




More information about the R-help mailing list