show_temp: show_temp

View source: R/show_temp.R

show_tempR Documentation

show_temp

Description

Remove temporary folders

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)'

Value

vector

Examples

show_temp()


mhesselbarth/UtilityFunctions documentation built on April 8, 2024, 9:38 a.m.