theautomatic.net
How to change a file's last modified date with R - Open Source Automation
This relatively quick post goes through how to change a file’s last modified date with base R. How to change a file’s modified time with R Let’s say we have a file, test.txt. What if we want to change the last modified date of the file (let’s suppose the file’s not that important)? Let’s say, […]
Andrew Treadway