View source: R/gen_unique_file.r
gen_unique_filename | R Documentation |
prefix
it's safe to call this in a multithreaded environment
gen_unique_filename(n = 7, prefix = tempdir(), ext = NA, values = letters)
n |
number of character per file |
prefix |
directory where the file must be created |
ext |
filename extension |
values |
available values for random filenamem creation
defaults to |
the path where it's safe to create a unique filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.