get_temp {readtext} | R Documentation |
Get path to temporary file or directory
Description
Get path to temporary file or directory
Usage
get_temp(prefix = "readtext-", temp_dir = NULL, directory = FALSE, seed = NULL)
Arguments
prefix |
a string appended to random file or directory names. |
temp_dir |
a path to temporary directory. If |
directory |
logical; if |
seed |
a seed value for |
[Package readtext version 0.91 Index]