remove.file Function in R – Delete Files Using RStudio (Example Code)
In this article you’ll learn how to remove files from a computer in the R programming language.
Example: Apply file.remove() Function to Delete File from Computer
file.remove("C:/Users/Data Hacks/example folder/example file.csv") |
file.remove("C:/Users/Data Hacks/example folder/example file.csv")