copy_if_not_exists.Rd
Copy a file to a destination if it does not exist there.
copy_if_not_exists(src, dest)
The source file path.
The destination file path.
Returns TRUE if the file is copied, FALSE otherwise.
copy_if_not_exists("source.txt", "destination.txt") #> [1] TRUE