powered by
Remove a file if it is present, will do nothing if it is not.
remove_file_if_present(filename)
Nothing. Will remove the file if it is presented, will do nothing if it is not.
name of a file
Richèl J.C. Bilderbeek
filename <- tempfile() file.create(filename) remove_file_if_present(filename) remove_file_if_present(filename)
Run the code above in your browser using DataLab