clean_tmp: Clean temporary files

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/temp_functions.R

Description

Performs clean operations on temporary directory

Usage

1
clean_tmp(tmpdir = tempdir())

Arguments

tmpdir

the path to temporary directory

Details

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

Value

cleaned temporary directory

Author(s)

Bruno Pinheiro

See Also

Examples

1
2
3
4
## Not run: 
clean_tmp()

## End(Not run)

bruno-pinheiro/asha documentation built on May 25, 2019, 2:52 a.m.