Usage
show_temp(remove = FALSE, verbose = TRUE)
Arguments
- remove
Logical if folders should be deleted.
- verbose
Logical if messages should be printed.
Details
The functions searches for all temporary folders and returns them as a vector.
Can also delete all files using unlink(x, recursive = TRUE, force = TRUE, expand = TRUE)
Examples
show_temp()
#> character(0)