Description Usage Arguments Examples
Create a temporary directory with a random name in a specific location.
1 2  | createTempDir(parent_dir, temp_dir_prefix = "", length_random_suffix = 10,
  trailing_slash = TRUE)
 | 
parent_dir | 
 Location where the temporary direcotiry will be created.  | 
temp_dir_prefix | 
 Optional. String that will be used as prefix for the temporary directory.  | 
length_random_suffix | 
 Optional. Number of random chars that will be used as suffix. By default 10.  | 
trailing_slash | 
 Optional. Boolean indicating if a trailing slash should be added. By default TRUE.  | 
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.