15.10 Decrypting a file

The decrypt_file function will not allow the original file to be overwritten, therefore use the option to specify a new name for the unencrypted file.

decrypt_file("gp.csv.encryptr.bin", file_name = "gp2.csv")

#> Decrypted file written with name 'gp2.csv'