Get path to temporary file or directory
get_temp(prefix = "readtext-", temp_dir = NULL, directory = FALSE, seed = NULL)
a string appended to random file or directory names.
a path to temporary directory. If NULL
, value from
tempdir()
will be used.
logical; if TRUE
, temporary directory will be
created.
a seed value for digest::digest
. If NULL
, a random
value will be used.