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.
If TRUE, temporary directory wil be created.
a seed value for digest::digest. If codeNULL, a random value will be used.