| get_temp_dirname | R Documentation |
This fucntion attempts to create uniquely name directories.
get_temp_dirname(pattern = "", ramdisk = file.exists("/dev/shm"),
create = TRUE)
pattern |
character if provided this will be prepended on the temp directory returned |
ramdisk |
logical if TRUE, then try to get a path into the ramdisk first, if not available then use the standard tempdir |
create |
logical if TRUE then create the path |
the fully qualified temporary path
Other FILE: cp_dir, file_parts,
get_temp_filename, rsync_dirs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.