clean_tmp.RdPerforms clean operations on temporary directory
clean_tmp(tmpdir = tempdir())
| tmpdir | the path to temporary directory |
|---|
cleaned temporary directory
clean_tmp() will delete all files stored in temporary
directory. All extensioned files are remove, but not directories
inside tempdir().
# NOT RUN { clean_tmp() # }