tempdir {file} R Documentation

Create Names For Temporary Files

Description

Usage

tempdir(
    check = FALSE);

Arguments

check

logical indicating if tmpdir() should be checked and recreated if no longer valid. [as boolean]

Details

+ On Windows, both will use a backslash as the path separator. + On a Unix-alike, the value will be an absolute path (unless tmpdir Is set to a relative path), but it need Not be canonical (see normalizePath) And on macOS it often Is Not.

Authors

SMRUCC genomics Institute

Value

the path of the per-session temporary directory.

clr value class

Examples


[Package file version 2.33.856.6961 Index]