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())
tempfile <- function(pattern = "file", tmpdir = tempdir()) .Internal(tempfile(pattern, tmpdir))
tempdir <- function() .Internal(tempdir())