dir_reset | R Documentation |
Reset directory
dir_reset(dir)
dir |
[character] Directory to reet |
dir <- fs::path(tempdir(), "maindir") %>% fs::dir_create() subdir <- fs::path(dir, "subdir") %>% fs::dir_create() dir_reset(dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.