Performs clean operations on temporary directory

clean_tmp(tmpdir = tempdir())

Arguments

tmpdir

the path to temporary directory

Value

cleaned temporary directory

Details

clean_tmp() will delete all files stored in temporary directory. All extensioned files are remove, but not directories inside tempdir().

See also

Examples

# NOT RUN {
clean_tmp()
# }