patched_tempdir | R Documentation |
This function fixes a long standing bug in R where the
tempdir
function will return a path with an
extra slash.
patched_tempdir()
character
; a string representing the temp directory path
without containing a double slash
This function is meant to be used internally. Only use when debugging.
R documentation on environment vars, Stack Overflow - Why does tempdir() adds extra slash...
## Not run:
patched_tempdir()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.