Skip to content
Prev 2988 / 12125 Next

[R-pkg-devel] Calling R's tempdir() from C

On 10/08/2018 12:01 AM, Rodrigo Tobar wrote:
Why not pass the result of tempdir() in your call from R to your C++ 
function, or in an initialization call for your package?  It won't 
change during a session.

Duncan Murdoch