The R Project SVN R

Rev

Rev 23729 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

tempfile <- function(pattern = "file", tmpdir = tempdir()) .Internal(tempfile(pattern, tmpdir))

tempdir <- function() .Internal(tempdir())