View source: R/file_dir_handling.R
outdir_create | R Documentation |
outdir_create
automatically detect the file name of the current srcipt and create output directory using the file name.
outdir_create(save_dir_name = TRUE, str_end = 3, suffix = "Out")
save_dir_name |
Logical. If |
str_end |
Integer. Trim |
suffix |
Character. Suffix that will be appended to the file name. |
Output directory name.
# outdir_create()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.