removeIfExists: Remove a file, if it exists (useful for temporary files which...

View source: R/misc.R

removeIfExistsR Documentation

Remove a file, if it exists (useful for temporary files which may or may not have been created)

Description

Remove a file, if it exists (useful for temporary files which may or may not have been created)

Usage

removeIfExists(tmp_filename)

Arguments

tmp_filename

A path to a local file

Value

NULL if file is missing, otherwise TRUE/FALSE depening on successful removal


rmzqc documentation built on May 29, 2024, 12:06 p.m.